Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

feat: add semantic-release #7

feat: add semantic-release

feat: add semantic-release #7

Workflow file for this run

name: PR targeting Main
on:
workflow_dispatch:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/_run-tests.yaml