diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5492373611..4998fe11d4 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages #permissions: