Skip to content

Commit

Permalink
ci: include reqs.txt as CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jul 11, 2023
1 parent f1e6b0a commit 9c758a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '.github/workflows/prtests.yml'
- '.github/workflows/release.yml'
- '.pre-commit-config.yaml'
- 'requirements.txt'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '.github/workflows/prtests.yml'
- '.github/workflows/release.yml'
- '.pre-commit-config.yaml'
- 'requirements.txt'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c758a0

Please sign in to comment.