Skip to content

Update CONTRIBUTING.md #165

Update CONTRIBUTING.md

Update CONTRIBUTING.md #165

name: "(Internal) Automatic Deployment"
on:
pull_request_target:
branches:
- main
types:
- closed
jobs:
deploy-prod:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: production
secrets: inherit
deploy-staging:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: staging
secrets: inherit