diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4b8bd854..ce6a9ab70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ name: test on: push: pull_request: + branches: + - main jobs: unit: @@ -44,4 +46,4 @@ jobs: - name: npm run integration run: | npm install - npm run integration \ No newline at end of file + npm run integration