From f08295c2e7ae7134d886b54fe085f1cfc77bb0c0 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sat, 27 Mar 2021 21:12:41 +0800 Subject: [PATCH] Limit the condition of CI to frontend folder only --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57dcc1e99..fe3c0b803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: branches: [development] pull_request: branches: [development] + paths: + - frontend/** + - .github/workflows/ci.yml jobs: Frontend: