diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4e25a8c..fa5aa17 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] release: types: [ created ]