Skip to content

chore(release): 1.4.0 #238

chore(release): 1.4.0

chore(release): 1.4.0 #238

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Every gate lives in the reusable verify.yml so CI and the release pre-publish
# gate share one definition and cannot drift (V11-CI-01, clarion-c9f62eec7d).
verify:
name: Verify
uses: ./.github/workflows/verify.yml