更新 deploy.yaml,添加对关闭的拉取请求的触发条件

This commit is contained in:
狮子耗耗 2025-04-26 18:09:56 +08:00
parent 89a97b28db
commit dc336c4b7c

View File

@ -4,6 +4,10 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: 30 04 * * 1,4 - cron: 30 04 * * 1,4
pull_request:
types: [closed]
branches:
- main
jobs: jobs:
build-and-deploy: build-and-deploy: