Skip to content

Commit

Permalink
Fixes path in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Jan 15, 2024
1 parent 68c6359 commit 6c3fd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
paths:
- "**/*.py"
- .github/workflows/tests.yaml
- .github/workflows/tests.yml
- pyproject.toml
- poetry.lock
push:
branches:
- main
paths:
- "**/*.py"
- .github/workflows/tests.yaml
- .github/workflows/tests.yml
- pyproject.toml
- poetry.lock

Expand Down

0 comments on commit 6c3fd1c

Please sign in to comment.