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: