Add yaml to triggers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user