Skip to content

Commit 71db4b5

Browse files
committed
branch: main for cloudflare
1 parent 73484fc commit 71db4b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
projectName: management-ui-dev
8888
directory: dist/ui/
8989
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
90+
branch: main
9091
test:
9192
runs-on: ubuntu-latest
9293
name: Run Live Integration Tests

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
projectName: management-ui-prod
174174
directory: dist/ui/
175175
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
176+
branch: main
176177
health-check-prod:
177178
runs-on: ubuntu-latest
178179
name: Confirm services healthy

0 commit comments

Comments
 (0)