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
|
||||
|
||||
when:
|
||||
event:
|
||||
event:
|
||||
- pull_request
|
||||
- tag
|
||||
- push
|
||||
|
||||
branches:
|
||||
- main
|
||||
- release/**
|
||||
|
||||
pipeline:
|
||||
deps:
|
||||
|
|
Loading…
Reference in a new issue