Skip to content

Commit b0b8ba8

Browse files
CI update
1 parent ee5d4f7 commit b0b8ba8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python tests
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, week-3]
66
pull_request:
77

88
jobs:
@@ -22,3 +22,4 @@ jobs:
2222
2323
- name: Run unit tests
2424
run: pytest
25+

0 commit comments

Comments
 (0)