Skip to content

Commit 287c509

Browse files
committed
Fix branch to PR.
1 parent 690f843 commit 287c509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: pydevtips
44
on:
55
# trigger on pushes and PRs to main
66
push:
7-
branches:
8-
- main
7+
branches:
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)