Swap yaml wildcard for workflow

This commit is contained in:
Paul Pfeister 2024-06-24 16:15:12 -04:00
parent c58b030456
commit 255c9dea8c
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

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: