mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
Swap yaml wildcard for workflow
This commit is contained in:
parent
c58b030456
commit
255c9dea8c
1 changed files with 2 additions and 4 deletions
6
.github/workflows/regression.yml
vendored
6
.github/workflows/regression.yml
vendored
|
@ -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 a new issue