mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-27 20:44:58 -04:00
ci: skip renovate push
This commit is contained in:
parent
22f7244d87
commit
544e6325e5
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
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue