fix: ci for proto only when proto gets changed
This commit is contained in:
parent
449c73478c
commit
506d07ed8d
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ when:
|
||||||
- event: push
|
- event: push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
- path:
|
||||||
|
include:
|
||||||
|
- "domo_proto/**"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue