mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 09:35:50 +01:00
Fix pipeline workflow syntax
As per https://woodpecker-ci.org/docs/usage/workflow-syntax#event
This commit is contained in:
parent
ea0817f7b6
commit
275deb4d06
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user