Skip to content

Commit 2a86606

Browse files
committed
Run PR workflow for master branch
Update .github/workflows/python-package.yml to trigger the pull_request workflow for branches [main, master] instead of [main, public]. This ensures PRs targeting the master branch will run the python-package CI workflow.
1 parent 082b5d6 commit 2a86606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags: [ 'v*.*.*' ]
66
pull_request:
7-
branches: [ main, public ]
7+
branches: [ main, master ]
88
types: [ labeled, opened, edited, synchronize, reopened ]
99

1010
jobs:

0 commit comments

Comments
 (0)