mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
ci: add path filters
This commit is contained in:
parent
7ce8afa7f2
commit
2e20928bc8
2 changed files with 5 additions and 0 deletions
3
.github/workflows/api-push.yaml
vendored
3
.github/workflows/api-push.yaml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v3
|
- v3
|
||||||
|
paths:
|
||||||
|
- api/**
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
2
.github/workflows/repo-push.yaml
vendored
2
.github/workflows/repo-push.yaml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v3
|
- v3
|
||||||
|
paths:
|
||||||
|
- repo/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue