diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 906d1cc..5ed7d18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,7 @@ name: Node.js CI on: # Trigger the workflow on push or pull request, push: - branches: - # All branches - - 'main' + branches: [ master, stable ] pull_request: # These types of PRs types: [opened, synchronize, reopened]