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

Merged
szhhwh merged 2 commits from dev-main into main 2025-04-26 18:13:00 +08:00
Showing only changes of commit dc336c4b7c - Show all commits

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: