Merge pull request '更新 deploy.yaml,添加对关闭的拉取请求的触发条件' (#6) from dev-main into main
Reviewed-on: jjnwxs/jingji_TSreference_vue#6
This commit is contained in:
commit
bf098831f5
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user