Skip to content

Commit c4cf2c7

Browse files
authored
Update test.yml
1 parent 0c8188f commit c4cf2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ML Pipeline CI
22

33
on:
44
# push:
5-
# branches: [ main ]
5+
# branches: [ main, master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, master ]
88

99
jobs:
1010
test:
@@ -38,4 +38,4 @@ jobs:
3838
3939
- name: Run model tests
4040
run: |
41-
pytest day5/演習3/tests/test_model.py -v
41+
pytest day5/演習3/tests/test_model.py -v

0 commit comments

Comments
 (0)