ci: add path filters
This commit is contained in:
parent
7ce8afa7f2
commit
2e20928bc8
|
@ -4,6 +4,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- v3
|
||||
paths:
|
||||
- api/**
|
||||
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
|
@ -4,6 +4,8 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- v3
|
||||
paths:
|
||||
- repo/**
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
Loading…
Reference in New Issue