diff options
author | LASER-Yi <[email protected]> | 2021-03-28 00:31:29 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2021-03-28 00:31:29 +0800 |
commit | d5dd54d74fe68ea26eb37732bb7928ca5b8568bc (patch) | |
tree | 991512b33664e4e08d0014076f6adc9f140beebc /.github/workflows | |
parent | 650fae4aa86fa340c27e4bf1f9e97eb65f4b5028 (diff) | |
download | bazarr-d5dd54d74fe68ea26eb37732bb7928ca5b8568bc.tar.gz bazarr-d5dd54d74fe68ea26eb37732bb7928ca5b8568bc.zip |
Fix issues in CI config files again ;)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b07adc0e..c4d1f73e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,12 @@ name: CI on: push: branches: [development] + paths: + - frontend/** + - .github/workflows/ci.yml pull_request: branches: [development] - paths: - - frontend/** - - .github/workflows/ci.yml + jobs: Frontend: |