Skip to content

Commit 85040e9

Browse files
committed
ci: enable ci on release branches
1 parent bc72429 commit 85040e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- .github/workflows/test-python.yml
99
- "!docs/**"
1010
push:
11-
branches: [main]
11+
branches: [release/*, main]
1212

1313
# cancel jobs if new commit pushed
1414
concurrency:

0 commit comments

Comments
 (0)