Skip to content

Commit 6a7af07

Browse files
committed
Restore Qmod deployment to staging
1 parent cf79fce commit 6a7af07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/Internal-automatic-deployment.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ on:
99

1010
jobs:
1111
deploy-prod:
12-
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
12+
if: github.event.pull_request.merged == true
1313
uses: ./.github/workflows/Utils-deployment-qmod.yml
1414
with:
1515
deploy-mode: production
1616
secrets: inherit
17+
18+
deploy-staging:
19+
if: github.event.pull_request.merged == true
20+
uses: ./.github/workflows/Utils-deployment-qmod.yml
21+
with:
22+
deploy-mode: staging
23+
secrets: inherit

0 commit comments

Comments
 (0)