Swap yaml wildcard for workflow

This commit is contained in:
Paul Pfeister
2024-06-24 16:15:12 -04:00
parent c58b030456
commit 255c9dea8c
+2 -4
View File
@@ -4,21 +4,19 @@ on:
pull_request:
branches: [ master ]
paths:
- '.github/workflows/regression.yml'
- '**/*.json'
- '**/*.py'
- '**/*.ini'
- '**/*.toml'
- '**/*.yml'
- '**/*.yaml'
push:
branches: [ master ]
paths:
- '.github/workflows/regression.yml'
- '**/*.json'
- '**/*.py'
- '**/*.ini'
- '**/*.toml'
- '**/*.yml'
- '**/*.yaml'
jobs:
tox-lint: