mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-06-10 09:56:36 +00:00
ci: don't run duplicate ci on renovate branches
This commit is contained in:
parent
470b524e90
commit
153ddee755
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- !renovate/**
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
|
|||
Loading…
Reference in a new issue