mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +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:
|
||||
- master
|
||||
- v3
|
||||
paths:
|
||||
- api/**
|
||||
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
2
.github/workflows/repo-push.yaml
vendored
2
.github/workflows/repo-push.yaml
vendored
|
@ -4,6 +4,8 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- v3
|
||||
paths:
|
||||
- repo/**
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue