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 ea4a18f commit d714e24Copy full SHA for d714e24
1 file changed
.github/workflows/AdminWebpage-Deploy-WF.yml
@@ -7,7 +7,8 @@ name: AdminWebpage-Deploy-WF
7
on:
8
workflow_dispatch:
9
push:
10
- branches: [main]
+ # TODO: remove `admin-and-maintenance-app` before merging — only here for pre-merge deploy testing.
11
+ branches: [main, admin-and-maintenance-app]
12
paths:
13
- "admin-webapp/**"
14
- "Iac/admin-webapp/**"
0 commit comments