Add yaml to triggers

pull/2189/head
Paul Pfeister 5 months ago
parent 54f6bf3f79
commit f86bdc1f84
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -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…
Cancel
Save