Skip to content

Commit

Permalink
only run tests on changes in matminer subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 10, 2022
1 parent 08f1dae commit c762580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ on:
push:
branches:
- main
paths:
- matminer/**

pull_request:
branches:
- main
paths:
- matminer/**

workflow_dispatch:
inputs:
Expand Down

0 comments on commit c762580

Please sign in to comment.