c443c48690
- Add pre-commit workflow to run hooks on PRs and main branch pushes - Add release workflow using shared unboundsoftware release template Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
143 B
YAML
10 lines
143 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
release:
|
|
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
|