Swap yaml wildcard for workflow
This commit is contained in:
parent
c58b030456
commit
255c9dea8c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue