Update .gitea/workflows/run.yml
All checks were successful
renovate / renovate (push) Successful in 2m51s
All checks were successful
renovate / renovate (push) Successful in 2m51s
This commit is contained in:
parent
b35bef4756
commit
8d8c4b6bd9
@ -3,6 +3,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *' # runs daily at 02:00
|
- cron: '0 2 * * *' # runs daily at 02:00
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
Loading…
x
Reference in New Issue
Block a user