mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-28 04:54:59 -04:00
ci: skip renovate push (#178)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/178
This commit is contained in:
parent
22f7244d87
commit
4bf6234717
2 changed files with 4 additions and 2 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
|
||||||
|
|
|
||||||
|
|
@ -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