ci: update conditions
This commit is contained in:
parent
30a3b10950
commit
4164410d55
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
- tag
|
- tag
|
||||||
|
- push
|
||||||
|
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- release/**
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
|
|
Loading…
Reference in a new issue