Skip to content

Commit

Permalink
only run tests when python src changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 13, 2020
1 parent d8db742 commit 4250ced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ on:
push:
branches:
- '*'
paths:
- 'src/main/python/**'
pull_request:
branches:
- '*'
paths:
- 'src/main/python/**'
defaults:
run:
shell: bash
Expand Down

0 comments on commit 4250ced

Please sign in to comment.