fix: ci only when needed (2)
sometimes i hate woodpecker
This commit is contained in:
parent
972282ebcc
commit
f462630eb4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ when:
|
|||
- event: push
|
||||
branch:
|
||||
- main
|
||||
- path: "domo_node/**"
|
||||
path: "domo_node/**"
|
||||
|
||||
steps:
|
||||
test:
|
||||
|
|
|
@ -2,7 +2,7 @@ when:
|
|||
- event: push
|
||||
branch:
|
||||
- main
|
||||
- path: "domo_proto/**"
|
||||
path: "domo_proto/**"
|
||||
|
||||
steps:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue