Skip to content

Commit 3c5659e

Browse files
authored
PR 关闭时不进行构建,避免重复构建
1 parent 390438d commit 3c5659e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
# Triggers the workflow on push or pull request events but only for the "master" branch
88
push:
99
branches: [ "master" ]
10-
pull_request:
11-
branches: [ "master" ]
12-
types: [closed]
10+
#pull_request:
11+
# branches: [ "master" ]
12+
# types: [closed]
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
# workflow_dispatch:

0 commit comments

Comments
 (0)