mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Merge pull request #2174 from sherlock-project/fix-2158
Only execute GitHub action when needed
This commit is contained in:
commit
25d445a6c5
1 changed files with 10 additions and 0 deletions
10
.github/workflows/regression.yml
vendored
10
.github/workflows/regression.yml
vendored
|
@ -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 a new issue