ci: skip renovate push (#178)

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/178
This commit is contained in:
viceice 2026-06-11 07:08:56 +00:00 committed by Michael Kriese
commit 4bf6234717
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -3,7 +3,8 @@ on:
push: push:
branches: branches:
- '**' - '**'
- !renovate/** branches-ignore:
- renovate/** # they are build via PR
jobs: jobs:
tests: tests: