Skip to content

chore: update README #2

chore: update README

chore: update README #2

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