diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a37f9..db44a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ name: Node.js Package on: release: types: [created] + push: + branches: [master] + pull_request: + branches: [master] jobs: build: