Skip to content

Commit c2adf7c

Browse files
committed
Run admin deploy workflow on feature branch for pre-merge testing
1 parent 1f22016 commit c2adf7c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/AdminWebpage-Deploy-WF.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ name: AdminWebpage-Deploy-WF
77
on:
88
workflow_dispatch:
99
push:
10-
branches: [main]
10+
# TODO: drop `admin-and-maintenance-app` from this list before merging to main.
11+
# It's only here so the workflow can be exercised end-to-end from the feature
12+
# branch without merging first.
13+
branches: [main, admin-and-maintenance-app]
1114
paths:
1215
- "admin-webapp/**"
1316
- "Iac/admin-webapp/**"

0 commit comments

Comments
 (0)