mirror of https://github.com/certd/certd
chore:
parent
9ac908ebee
commit
fa7a983bcb
|
@ -1,9 +1,13 @@
|
||||||
name: trigger-demo
|
name: deploy-demo
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['v2']
|
branches: ['v2']
|
||||||
paths:
|
paths:
|
||||||
- "deploy.trigger"
|
- "deploy.trigger"
|
||||||
|
workflow_run:
|
||||||
|
workflows: [ "build-image" ]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
Loading…
Reference in New Issue