Fix Woodpecker config to run on all file changes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix linter issues
This commit is contained in:
parent
bd24699f03
commit
e8d8cd3d47
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
when:
|
||||
path: '*Dockerfile*'
|
||||
|
||||
steps:
|
||||
build-main:
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
||||
pull: true
|
||||
|
@ -18,6 +16,7 @@ steps:
|
|||
|
||||
build-branch:
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
exclude: ['main']
|
||||
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
||||
|
|
Loading…
Reference in a new issue