Fix pipeline workflow syntax

As per https://woodpecker-ci.org/docs/usage/workflow-syntax#event
This commit is contained in:
José Rebelo 2023-12-16 19:13:50 +00:00
parent ea0817f7b6
commit 275deb4d06
3 changed files with 15 additions and 6 deletions

View File

@ -12,5 +12,8 @@ steps:
#https://github.com/woodpecker-ci/woodpecker/issues/687
when:
event:
exclude: ['cron', 'deployment']
# Everything except cron (nightly) and deployment
- event: push
- event: pull_request
- event: tag
- event: manual

View File

@ -12,5 +12,8 @@ steps:
#https://github.com/woodpecker-ci/woodpecker/issues/687
when:
event:
exclude: ['cron', 'deployment']
# Everything except cron (nightly) and deployment
- event: push
- event: pull_request
- event: tag
- event: manual

View File

@ -12,5 +12,8 @@ steps:
#https://github.com/woodpecker-ci/woodpecker/issues/687
when:
event:
exclude: ['cron', 'deployment']
# Everything except cron (nightly) and deployment
- event: push
- event: pull_request
- event: tag
- event: manual