Skip to content

fix: set canary release on demand (#128) #1

fix: set canary release on demand (#128)

fix: set canary release on demand (#128) #1

Workflow file for this run

name: Continuous Deployment
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit