Skip to content

Version 0.2.0 (#12)

Version 0.2.0 (#12) #2

Workflow file for this run

name: build
on:
push:
tags:
- "v*.*.*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
run-checks:
uses: ./.github/workflows/checks-and-builds.yaml
with:
build_type: branch
publish: true
secrets: inherit