ci: don't run duplicate ci on renovate branches (#173)

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/173
This commit is contained in:
viceice 2026-06-03 08:06:55 +00:00 committed by Michael Kriese
parent 470b524e90
commit 82aec6ca37
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- '**'
- !renovate/**
jobs:
tests: