mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-27 20:44:58 -04:00
ci: don't run duplicate ci on renovate branches (take 2) (#174)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/174
This commit is contained in:
parent
20a71d1eb4
commit
239e8b3dc9
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
- !renovate/**
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORGEJO_VERSION: 11.0.14 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
FORGEJO_VERSION: 11.0.14 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue