mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-13 22:29:33 +01:00
chore(renovate): only run if renovate workflow changed
(cherry picked from commit 2eeb2fcd35
)
This commit is contained in:
parent
08396d566b
commit
c0113bfbbe
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ name: renovate
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'renovate/**' # self-test updates
|
||||
- renovate/** # self-test updates
|
||||
paths:
|
||||
- .forgejo/workflows/renovate.yml
|
||||
schedule:
|
||||
- cron: '0 0/2 * * *'
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue