Skip to content

Commit

Permalink
CI: added setup.py as a trigger to re-run the tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Jan 6, 2025
1 parent 1531b11 commit 3e76789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'docs/**'
- 'squishy/**'
- 'noxfile.py'
- 'setup.py'

jobs:
linkcheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'squishy/**'
- 'tests/**'
- 'noxfile.py'
- 'setup.py'

jobs:
test:
Expand Down

0 comments on commit 3e76789

Please sign in to comment.