Run pipelines only on changes to main
This commit is contained in:
parent
13cd9bec9d
commit
24afa7b76a
|
@ -1,5 +1,6 @@
|
|||
when:
|
||||
- path:
|
||||
- branch: main
|
||||
path:
|
||||
include: [ '.woodpecker/matrix-media-repo.yaml' ]
|
||||
|
||||
labels:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
when:
|
||||
- path:
|
||||
- branch: main
|
||||
path:
|
||||
include: [ '.woodpecker/wattpad-downloader.yaml' ]
|
||||
|
||||
skip_clone: true
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
when:
|
||||
- path:
|
||||
- branch: main
|
||||
path:
|
||||
include: [ '.woodpecker/woodpecker-email.yaml' ]
|
||||
|
||||
skip_clone: true
|
||||
|
|
Loading…
Reference in a new issue