Skip to content

Commit ea94747

Browse files
committed
chore: push trigger should be limited to main
1 parent fa447d9 commit ea94747

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/testsPython.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ on:
99
paths:
1010
- "**.py"
1111
branches:
12-
- alpha
13-
- beta
14-
- next
15-
- next-major
12+
- main
1613

1714
env:
1815
python-version: "3.12"

0 commit comments

Comments
 (0)