ci: make ci run selectively (#745)
This commit is contained in:
parent
406c73701f
commit
959c20d38b
3 changed files with 20 additions and 3 deletions
2
.github/workflows/push_subrepos.yml
vendored
2
.github/workflows/push_subrepos.yml
vendored
|
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "main"
|
||||
path:
|
||||
- "libs/**"
|
||||
jobs:
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue