ci: don't run duplicate ci on renovate branches

This commit is contained in:
viceice 2026-06-03 08:06:23 +00:00
commit 153ddee755
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: