Add yaml to triggers

This commit is contained in:
Paul Pfeister 2024-06-24 15:57:37 -04:00
parent 54f6bf3f79
commit f86bdc1f84
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -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: