Skip to content

Commit a9b2570

Browse files
committed
Expand branch pattern for "pytest" CI workflow
1 parent dc37a89 commit a9b2570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
pull_request:
5-
branches: [ main , "migrate-*"]
5+
branches: [ main , "migrate**"]
66
schedule:
77
# 05:00 UTC = 06:00 CET = 07:00 CEST
88
- cron: "0 5 * * *"

0 commit comments

Comments
 (0)