1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 22:46:47 +00:00

ci: limit branches to master to avoid duplicated runs

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-12 15:45:57 +08:00
父节点 b4ca6f4c1e
当前提交 f8d7ea1828

查看文件

@@ -1,6 +1,11 @@
name: tunasync name: tunasync
on: [push, pull_request, workflow_dispatch] on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs: jobs: