Skip to content

Commit c43aa8a

Browse files
committed
add run on testing branch
1 parent dd81766 commit c43aa8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/weekly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
name: Weekly Tests
88

99
on:
10+
push:
11+
branches: ['gha-fix']
1012
schedule:
1113
# At 00:00 on Monday
1214
- cron: "03 14 * * FRI"
@@ -152,4 +154,4 @@ jobs:
152154
153155
- name: Run Tests
154156
run: |
155-
pytest
157+
pytest

0 commit comments

Comments
 (0)