mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
parent
7443de18e9
commit
579a3e794a
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