Skip to content

npm: bump @vitest/coverage-c8 from 0.29.8 to 0.33.0 #28

npm: bump @vitest/coverage-c8 from 0.29.8 to 0.33.0

npm: bump @vitest/coverage-c8 from 0.29.8 to 0.33.0 #28

Workflow file for this run

name: Production
on:
pull_request:
branches:
- production
types: [opened, closed]
jobs:
call-deployment:
if: github.event.pull_request.merged
uses: ./.github/workflows/deployment.yaml
secrets: inherit
with:
discord-message: "PR merged to production"
deploy-target: "production"
call-discord:
if: github.event.pull_request.merged != true
uses: ./.github/workflows/discord.yaml
secrets: inherit
with:
message: "PR opened to production"