Skip to content

Improve documentation #29

Improve documentation

Improve documentation #29

Workflow file for this run

name: Tag workflow
on:
push:
tags:
- 'v*'
jobs:
call-build-and-test:
uses: ./.github/workflows/reuse-build-and-test.yml
call-publish:
needs: call-build-and-test
uses: ./.github/workflows/reuse-publish.yml