Skip to content

Commit 25d445a

Browse files
authored
Merge pull request #2174 from sherlock-project/fix-2158
Only execute GitHub action when needed
2 parents 923fa4c + 579a3e7 commit 25d445a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/regression.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ name: Regression Testing
33
on:
44
pull_request:
55
branches: [ master ]
6+
paths:
7+
- '**/*.json'
8+
- '**/*.py'
9+
- '**/*.ini'
10+
- '**/*.toml'
611
push:
712
branches: [ master ]
13+
paths:
14+
- '**/*.json'
15+
- '**/*.py'
16+
- '**/*.ini'
17+
- '**/*.toml'
818

919
jobs:
1020
tox-matrix:

0 commit comments

Comments
 (0)