Skip to content

Commit 813216e

Browse files
committed
NRL-1595 push only on this branch
1 parent 88fec77 commit 813216e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-account-wide-infra.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ run-name: Account-wide infra deployment to ${{ inputs.environment }} of ${{ inpu
1313
# MGMT_ROLE_ARN is in repo secrets, so not needed in env
1414

1515
# Looping through envs to pull certs
16-
on: push
16+
17+
on:
18+
push:
19+
branches:
20+
- "NRL-1595**"
1721

1822
# on:
1923
# workflow_dispatch:

0 commit comments

Comments
 (0)