diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09e7ce8..ab9f2ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: CI on: push: pull_request: - + branches: + - ci jobs: build-test: runs-on: ubuntu-latest @@ -28,4 +29,4 @@ jobs: run: npm run build - name: Run tests - run: npm test \ No newline at end of file + run: npm test