Add yaml to triggers

This commit is contained in:
Paul Pfeister
2024-06-24 15:57:37 -04:00
parent 54f6bf3f79
commit f86bdc1f84
+4
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: