Skip to content

Commit 0987b1d

Browse files
authored
ci: run github CI in private repo aws#5498
## Problem github CI is not triggered on PRs in the private "staging" repo. ## Solution update workflow trigger.
1 parent 034257e commit 0987b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [master, staging]
99
pull_request:
10-
branches: [master, feature/*, mynah-dev]
10+
branches: [master, feature/*, staging]
1111
# Default = opened + synchronize + reopened.
1212
# We also want "edited" so that lint-commits runs when PR title is updated.
1313
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request

0 commit comments

Comments
 (0)