Skip to content

Commit 39eb8d6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a104911 + 964f28e commit 39eb8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

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

@@ -31,4 +31,4 @@ jobs:
3131
run: ruff check .
3232

3333
- name: Run tests with coverage
34-
run: pytest --cov=loupepy -vv
34+
run: pytest --cov=loupepy -vv

0 commit comments

Comments
 (0)