ci: don't run on tags (#131)

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/131
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2026-01-21 09:46:10 +00:00 committed by Michael Kriese
parent 5abb3c3dd1
commit 2c623db48b
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 12 additions and 5 deletions

View file

@ -1,4 +1,9 @@
on: [pull_request, push]
on:
pull_request:
push:
branches:
- "**"
jobs:
tests:
runs-on: docker