Skip to content

Commit b6f277c

Browse files
author
MarcoGorelli
committed
uncomment branches
1 parent 1bfde5a commit b6f277c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/python-dev.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ name: Python Dev
2323
on:
2424
push:
2525
branches:
26-
# - main
27-
# - 1.5.x
28-
- None
26+
- main
27+
- 1.5.x
2928
pull_request:
3029
branches:
31-
# - main
32-
# - 1.5.x
33-
- None
30+
- main
31+
- 1.5.x
3432
paths-ignore:
3533
- "doc/**"
3634

0 commit comments

Comments
 (0)