Skip to content

Allow users to send custom events #204

Allow users to send custom events

Allow users to send custom events #204

Workflow file for this run

on:
push:
branches: [ prod ]
workflow_dispatch:
name: Build Prod
jobs:
deploy-prod:
name: "Deploy Prod"
uses: ./.github/workflows/build.yml
with:
environment: prod
secrets: inherit
concurrency:
group: "prod"
cancel-in-progress: false