mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 00:03:33 +00:00
Fix issues in CI config files again ;)
This commit is contained in:
parent
650fae4aa8
commit
d5dd54d74f
1 changed files with 4 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -3,11 +3,12 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [development]
|
||||
pull_request:
|
||||
branches: [development]
|
||||
paths:
|
||||
- frontend/**
|
||||
- .github/workflows/ci.yml
|
||||
pull_request:
|
||||
branches: [development]
|
||||
|
||||
|
||||
jobs:
|
||||
Frontend:
|
||||
|
|
Loading…
Reference in a new issue