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 1f22016 commit c2adf7cCopy full SHA for c2adf7c
1 file changed
.github/workflows/AdminWebpage-Deploy-WF.yml
@@ -7,7 +7,10 @@ name: AdminWebpage-Deploy-WF
7
on:
8
workflow_dispatch:
9
push:
10
- branches: [main]
+ # 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]
14
paths:
15
- "admin-webapp/**"
16
- "Iac/admin-webapp/**"
0 commit comments