Skip to content

Commit

Permalink
Only run tests CI on python/requirements changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed Apr 25, 2024
1 parent dfaa291 commit 4502c40
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Test

on:
push:
paths-ignore:
- 'docs/**'
paths:
- '**.py'
- 'requirements-dev.lock'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
paths:
- '**.py'
- 'requirements-dev.lock'

jobs:
test:
Expand Down

0 comments on commit 4502c40

Please sign in to comment.