12
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2026-07-02 14:19:31 +00:00

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
parent 22f7244d87
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:
branches:
- "**"
- !renovate/**
branches-ignore:
- renovate/** # they are build via PR
env:
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo

View file

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