Skip to content

Commit

Permalink
CI: Also run pueblo.ngr tests when updating pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 29, 2024
1 parent 9d23567 commit f1ca848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ngr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- '.github/workflows/ngr.yml'
- 'pueblo/ngr/**'
- 'tests/ngr/**'
- 'pyproject.toml'
push:
branches: [ main ]
paths:
- '.github/workflows/ngr.yml'
- 'pueblo/ngr/**'
- 'tests/ngr/**'
- 'pyproject.toml'

# Allow job to be triggered manually.
workflow_dispatch:
Expand Down

0 comments on commit f1ca848

Please sign in to comment.