From 650fae4aa86fa340c27e4bf1f9e97eb65f4b5028 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 28 Mar 2021 00:28:15 +0800 Subject: [PATCH] Fix issues in CI configuration files --- .github/workflows/ci.yml | 4 ++-- 1 file 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: