Skip to content

Commit 0156ff5

Browse files
committed
💚 更新 GitHub Actions 配置,允许所有分支触发构建和拉取请求
1 parent 748f25f commit 0156ff5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
# 所有分支都会触发
9+
branches: [ "*" ]
910
pull_request:
10-
branches: [ "master" ]
11+
branches: [ "*" ]
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)