Skip to content

Commit

Permalink
Update workflow paths filters to point to pyproject.toml (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham authored Dec 13, 2023
1 parent 9c57fad commit ddd62ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- requirements/**
- src/tlo/**
- README.rst
- setup.*
- pyproject.toml
- tox.ini
schedule:
- cron: 0 0 * * *
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- resources/**
- src/tlo/**
- tests/**
- setup.*
- pyproject.toml
- tox.ini
schedule:
- cron: 0 0 * * *
Expand Down

0 comments on commit ddd62ef

Please sign in to comment.