最終更新 1768475755

xiongxiao revised this gist 1768475755. Go to revision

1 file changed, 11 insertions

web_trigger.yml(file created)

@@ -0,0 +1,11 @@
1 + # .cnb/web_trigger.yml
2 + branch:
3 + # 如下按钮在分支名以 release 开头的分支详情页面显示
4 + - reg: "^main"
5 + buttons:
6 + - name: 同步代码到gitea
7 + description: 同步代码到gitea
8 + event: web_trigger_sync_to_gitea
9 + - name: 同步gitea代码到当前仓库
10 + description: 同步gitea代码到当前仓库
11 + event: web_trigger_sync_from_gitea
Newer Older