diff options
author | LASER-Yi <[email protected]> | 2021-03-28 00:28:15 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2021-03-28 00:28:15 +0800 |
commit | 650fae4aa86fa340c27e4bf1f9e97eb65f4b5028 (patch) | |
tree | 8180b90473de9f885ea097ec8c68ed84a789cc0d /.github | |
parent | da520bad1264496da4becf5dd2a6e623aa9d7178 (diff) | |
download | bazarr-650fae4aa86fa340c27e4bf1f9e97eb65f4b5028.tar.gz bazarr-650fae4aa86fa340c27e4bf1f9e97eb65f4b5028.zip |
Fix issues in CI configuration files
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3c0b803..9b07adc0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ on: pull_request: branches: [development] paths: - - frontend/** - - .github/workflows/ci.yml + - frontend/** + - .github/workflows/ci.yml jobs: Frontend: |