Skip to content

Commit 964f28e

Browse files
Update ci.yml
update to run workflow on push to dev
1 parent c6799f6 commit 964f28e

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)