Restrict CI trigger to tags only

Remove gitea-actions branch trigger now that the runner setup is stable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 13:37:28 -05:00
parent af49d1c8bb
commit ebc7110e63
-2
View File
@@ -3,8 +3,6 @@ on:
push:
tags:
- '*'
branches:
- gitea-actions
jobs:
run-tests:
runs-on: ubuntu-latest