Skip to content

ci: add create release action to ease releasing #47

ci: add create release action to ease releasing

ci: add create release action to ease releasing #47

Workflow file for this run

name: Push
on:
pull_request:
push:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/_test.yaml