We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034257e commit 0987b1dCopy full SHA for 0987b1d
.github/workflows/node.js.yml
@@ -5,9 +5,9 @@ name: CI
5
6
on:
7
push:
8
- branches: [master]
+ branches: [master, staging]
9
pull_request:
10
- branches: [master, feature/*, mynah-dev]
+ branches: [master, feature/*, staging]
11
# Default = opened + synchronize + reopened.
12
# We also want "edited" so that lint-commits runs when PR title is updated.
13
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
0 commit comments