Skip to content

Commit

Permalink
tiny commit to make CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 10, 2024
1 parent fba3083 commit dd173fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
pull_request:
paths:
- .github/workflows/python-tests.yaml
- "src/prefect/**/*.py"
- "tests/**/*.py"
- src/prefect/**/*.py
- tests/**/*.py
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
Expand All @@ -21,8 +21,8 @@ on:
- 2.x
paths:
- .github/workflows/python-tests.yaml
- "src/prefect/**/*.py"
- "tests/**/*.py"
- src/prefect/**/*.py
- tests/**/*.py
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
Expand Down

0 comments on commit dd173fa

Please sign in to comment.