only push release on tag
All checks were successful
Build / test (push) Successful in 9m28s
Build / build (push) Has been skipped
Build / release (push) Has been skipped

This commit is contained in:
2026-03-28 01:11:54 -04:00
parent 5881383689
commit 7f726c7d73
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: test
if: startsWith(gitea.ref, 'refs/tags/v')
steps:
- name: Checkout