Skip to content

Commit

Permalink
ci: run tests when setup.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 13, 2023
1 parent 2828f4b commit b90bace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "src/conductor/**"
- ".github/workflows/*.yml"
- "setup.py"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit b90bace

Please sign in to comment.