Skip to content

Commit

Permalink
Merge pull request #722 from adfoster-r7/update-python-tests-to-run-o…
Browse files Browse the repository at this point in the history
…n-source-changes

Update python tests to run on source changes
  • Loading branch information
adfoster-r7 authored Oct 11, 2024
2 parents 80f92ed + a0b0165 commit 7df3146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ permissions:
on:
push:
paths:
- 'c/**'
- 'python/**'
- '.github/**'
pull_request:
paths:
- 'c/**'
- 'python/**'
- '.github/**'

jobs:
Expand Down

0 comments on commit 7df3146

Please sign in to comment.