summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2021-03-28 00:28:15 +0800
committerLASER-Yi <[email protected]>2021-03-28 00:28:15 +0800
commit650fae4aa86fa340c27e4bf1f9e97eb65f4b5028 (patch)
tree8180b90473de9f885ea097ec8c68ed84a789cc0d
parentda520bad1264496da4becf5dd2a6e623aa9d7178 (diff)
downloadbazarr-650fae4aa86fa340c27e4bf1f9e97eb65f4b5028.tar.gz
bazarr-650fae4aa86fa340c27e4bf1f9e97eb65f4b5028.zip
Fix issues in CI configuration files
-rw-r--r--.github/workflows/ci.yml4
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: