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