Skip to content

Merge branch 'f2calv/2026-06-updates' of https://github.com/f2calv/Sm… #149

Merge branch 'f2calv/2026-06-updates' of https://github.com/f2calv/Sm…

Merge branch 'f2calv/2026-06-updates' of https://github.com/f2calv/Sm… #149

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
paths-ignore:
- .github/copilot-instructions.md
- .github/dependabot.yml
- LICENSE
- README.md
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
permissions: {} #Note: deny all permissions at the workflow level; individual jobs declare only what they need (principle of least privilege)
jobs:
release:
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
permissions:
contents: write