Merge pull request #2174 from sherlock-project/fix-2158
Only execute GitHub action when needed
This commit is contained in:
commit
25d445a6c5
|
|
@ -3,8 +3,18 @@ name: Regression Testing
|
|||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '**/*.json'
|
||||
- '**/*.py'
|
||||
- '**/*.ini'
|
||||
- '**/*.toml'
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '**/*.json'
|
||||
- '**/*.py'
|
||||
- '**/*.ini'
|
||||
- '**/*.toml'
|
||||
|
||||
jobs:
|
||||
tox-matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue