Add restriction to only trigger on Containerfile change
ci/woodpecker/push/build_and_release Pipeline was successful
Details
ci/woodpecker/push/build_and_release Pipeline was successful
Details
This commit is contained in:
parent
958d1b295a
commit
59c485f7cd
|
@ -12,5 +12,6 @@ pipeline:
|
||||||
from_secret: container_registry_password
|
from_secret: container_registry_password
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
path: "Containerfile"
|
||||||
|
|
||||||
branches: master
|
branches: master
|
||||||
|
|
Loading…
Reference in New Issue