Skip to content

Commit 4195455

Browse files
committed
update actions
1 parent a6f3694 commit 4195455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Build Check
55
on:
66
# 手动使用 Github WebUI 触发
77
workflow_dispatch:
8-
# 仓库收到 Push 时触发
9-
push:
10-
branches:
11-
- master
8+
# # 仓库收到 Push 时触发
9+
# push:
10+
# branches:
11+
# - master
1212
# 仓库收到 pull_request 时触发
1313
pull_request:
1414
branches:

0 commit comments

Comments
 (0)