chore: 配置CI工作流程和部署文件
- 添加一个新的wrangler.yaml文件以使用Node容器运行Cloudflare部署。 - 添加 GitHub Actions 工作流配置以使用 Go 运行程序。 - 新增GitHub Workflow配置文件以自动执行删除孤立资源任务。 - 添加用于触发工作流调度的YAML文件。
This commit is contained in:
7
trigger/example.yaml
Normal file
7
trigger/example.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
Reference in New Issue
Block a user