Merge pull request '更新 deploy.yaml,添加对关闭的拉取请求的触发条件' (#6) from dev-main into main

Reviewed-on: jjnwxs/jingji_TSreference_vue#6
This commit is contained in:
狮子耗耗 2025-04-26 10:13:00 +00:00
commit bf098831f5

View File

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