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 73484fc commit 71db4b5Copy full SHA for 71db4b5
.github/workflows/deploy-dev.yml
@@ -87,6 +87,7 @@ jobs:
87
projectName: management-ui-dev
88
directory: dist/ui/
89
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
90
+ branch: main
91
test:
92
runs-on: ubuntu-latest
93
name: Run Live Integration Tests
.github/workflows/deploy-prod.yml
@@ -173,6 +173,7 @@ jobs:
173
projectName: management-ui-prod
174
175
176
177
health-check-prod:
178
179
name: Confirm services healthy
0 commit comments