fix: ci only when needed
This commit is contained in:
parent
891fdc937c
commit
972282ebcc
2 changed files with 2 additions and 6 deletions
|
@ -2,9 +2,7 @@ when:
|
||||||
- event: push
|
- event: push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
- path:
|
- path: "domo_node/**"
|
||||||
include:
|
|
||||||
- "domo_node/**"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -2,9 +2,7 @@ when:
|
||||||
- event: push
|
- event: push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
- path:
|
- path: "domo_proto/**"
|
||||||
include:
|
|
||||||
- "domo_proto/**"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue