mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
Add yaml to triggers
This commit is contained in:
parent
54f6bf3f79
commit
f86bdc1f84
1 changed files with 4 additions and 0 deletions
4
.github/workflows/regression.yml
vendored
4
.github/workflows/regression.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
- '**/*.py'
|
||||
- '**/*.ini'
|
||||
- '**/*.toml'
|
||||
- '**/*.yml'
|
||||
- '**/*.yaml'
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
|
@ -15,6 +17,8 @@ on:
|
|||
- '**/*.py'
|
||||
- '**/*.ini'
|
||||
- '**/*.toml'
|
||||
- '**/*.yml'
|
||||
- '**/*.yaml'
|
||||
|
||||
jobs:
|
||||
tox-matrix:
|
||||
|
|
Loading…
Reference in a new issue