更新 .gitea/workflows/app_update.yml
This commit is contained in:
@@ -2,12 +2,12 @@ name: app_update
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 23 * * *' # 每天北京时间早上7点执行
|
- cron: '0 23 * * *' # 每天北京时间早上7点执行
|
||||||
workflow_dispatch: # 允许手动触发
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
|
workflow_dispatch: # 允许手动触发
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-rules:
|
update-rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user