mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +00:00
Limit the condition of CI to frontend folder only
This commit is contained in:
parent
38e55148d2
commit
f08295c2e7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
branches: [development]
|
||||
pull_request:
|
||||
branches: [development]
|
||||
paths:
|
||||
- frontend/**
|
||||
- .github/workflows/ci.yml
|
||||
|
||||
jobs:
|
||||
Frontend:
|
||||
|
|
Loading…
Reference in a new issue