mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-28 04:54:59 -04:00
ci: skip renovate push
This commit is contained in:
parent
544e6325e5
commit
93a8b3bcb3
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
- !renovate/**
|
branches-ignore:
|
||||||
|
- renovate/** # they are build via PR
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue