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