Skip to content

Add major tagging workflow to automate version tagging on push #192

Add major tagging workflow to automate version tagging on push

Add major tagging workflow to automate version tagging on push #192

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- uses: pre-commit/[email protected]