Skip to content

Commit d5e845d

Browse files
authored
CI: Update ci.yml
1 parent 91937c6 commit d5e845d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
lint:
@@ -47,4 +47,4 @@ jobs:
4747
pip install -r requirements.txt
4848
4949
- name: Run tests
50-
run: pytest
50+
run: pytest

0 commit comments

Comments
 (0)