fix: ci only when needed

This commit is contained in:
Strix 2023-10-15 18:06:24 +02:00
parent 891fdc937c
commit 972282ebcc
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 2 additions and 6 deletions

View file

@ -2,9 +2,7 @@ when:
- event: push
branch:
- main
- path:
include:
- "domo_node/**"
- path: "domo_node/**"
steps:
test:

View file

@ -2,9 +2,7 @@ when:
- event: push
branch:
- main
- path:
include:
- "domo_proto/**"
- path: "domo_proto/**"
steps:
test: