Skip to content

Commit

Permalink
Swap yaml wildcard for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jun 24, 2024
1 parent c58b030 commit 255c9de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 255c9de

Please sign in to comment.