diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1c17cc0..329914f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,12 @@ name: Node CI -on: [push, pull_request] +on: + push: + branches: + - master + tags: + - '!*' + pull_request: jobs: build: