Skip to content

Commit 255c9de

Browse files
committed
Swap yaml wildcard for workflow
1 parent c58b030 commit 255c9de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/regression.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ on:
44
pull_request:
55
branches: [ master ]
66
paths:
7+
- '.github/workflows/regression.yml'
78
- '**/*.json'
89
- '**/*.py'
910
- '**/*.ini'
1011
- '**/*.toml'
11-
- '**/*.yml'
12-
- '**/*.yaml'
1312
push:
1413
branches: [ master ]
1514
paths:
15+
- '.github/workflows/regression.yml'
1616
- '**/*.json'
1717
- '**/*.py'
1818
- '**/*.ini'
1919
- '**/*.toml'
20-
- '**/*.yml'
21-
- '**/*.yaml'
2220

2321
jobs:
2422
tox-lint:

0 commit comments

Comments
 (0)