Add yaml to triggers
This commit is contained in:
parent
54f6bf3f79
commit
f86bdc1f84
|
|
@ -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 New Issue