ci: conditions on builds
This commit is contained in:
parent
5d948f4c19
commit
6071e4d155
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
path: "agent/src/*"
|
||||
|
||||
matrix:
|
||||
BUILD_TARGET:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
path: "get_prymn.sh"
|
||||
|
||||
steps:
|
||||
upload:
|
||||
|
|
Loading…
Reference in a new issue