Skip to content

feat: golang reimplementation (#2) #13

feat: golang reimplementation (#2)

feat: golang reimplementation (#2) #13

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch: {}
push:
branches: [ "main" ]
paths-ignore:
- '.devcontainer/**'
- '.github/**'
- '.vscode/**'
- '.gitignore'
- 'README.md'
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@main
secrets: inherit