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
commit 82aec6ca37
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

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