Skip to content

Commit

Permalink
Trigger CI tests if tox.ini was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Nov 13, 2023
1 parent 6595953 commit b3e89ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
- "**.txt"
- ".github/workflows/parallel-support.yml"
- "**.toml"
- "tox.ini"
pull_request:
paths:
- "**.py"
- "**.txt"
- "**.toml"
- ".github/workflows/parallel-support.yml"
- "tox.ini"

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
- "**.txt"
- ".github/workflows/python-package.yml"
- "**.toml"
- "tox.ini"
pull_request:
paths:
- "**.py"
- "**.txt"
- "**.toml"
- ".github/workflows/python-package.yml"
- "tox.ini"

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit b3e89ce

Please sign in to comment.