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
|
||||
branch:
|
||||
- main
|
||||
- path:
|
||||
include:
|
||||
- "domo_node/**"
|
||||
- path: "domo_node/**"
|
||||
|
||||
steps:
|
||||
test:
|
||||
|
|
|
@ -2,9 +2,7 @@ when:
|
|||
- event: push
|
||||
branch:
|
||||
- main
|
||||
- path:
|
||||
include:
|
||||
- "domo_proto/**"
|
||||
- path: "domo_proto/**"
|
||||
|
||||
steps:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue