Skip to content

Commit 751dc4d

Browse files
committed
Fix pytest workflow
1 parent 6fb88e1 commit 751dc4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pytest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ on:
99
- '**'
1010
paths:
1111
# ... and only if relevant files have changed.
12-
- stepup/**
13-
- tests/**
12+
- btrup.py
13+
- test_btrup.py
1414
- pyproject.toml
1515
- .github/workflows/pytest.yaml
1616
pull_request:
1717
# Run tests on pull requests ...
1818
paths:
1919
# ... only if relevant files have changed.
20-
- stepup/**
21-
- tests/**
20+
- btrup.py
21+
- test_btrup.py
2222
- pyproject.toml
2323
- .github/workflows/pytest.yaml
2424

0 commit comments

Comments
 (0)