We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf79fce commit 6a7af07Copy full SHA for 6a7af07
.github/workflows/Internal-automatic-deployment.yml
@@ -9,8 +9,15 @@ on:
9
10
jobs:
11
deploy-prod:
12
- if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
+ if: github.event.pull_request.merged == true
13
uses: ./.github/workflows/Utils-deployment-qmod.yml
14
with:
15
deploy-mode: production
16
secrets: inherit
17
+
18
+ deploy-staging:
19
20
+ uses: ./.github/workflows/Utils-deployment-qmod.yml
21
+ with:
22
+ deploy-mode: staging
23
+ secrets: inherit
0 commit comments