Compare commits
1 commit
522efefb26
...
126d943d61
Author | SHA1 | Date | |
---|---|---|---|
126d943d61 |
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
steps:
|
||||
build-main:
|
||||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
- event: push
|
||||
branch: main
|
||||
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
||||
pull: true
|
||||
settings:
|
||||
|
@ -16,8 +16,9 @@ steps:
|
|||
|
||||
build-branch:
|
||||
when:
|
||||
branch:
|
||||
exclude: ['main']
|
||||
- event: push
|
||||
branch:
|
||||
exclude: ['main']
|
||||
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
||||
pull: true
|
||||
settings:
|
||||
|
|
Loading…
Add table
Reference in a new issue