Skip to content

Commit f86bdc1

Browse files
committed
Add yaml to triggers
1 parent 54f6bf3 commit f86bdc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/regression.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ on:
88
- '**/*.py'
99
- '**/*.ini'
1010
- '**/*.toml'
11+
- '**/*.yml'
12+
- '**/*.yaml'
1113
push:
1214
branches: [ master ]
1315
paths:
1416
- '**/*.json'
1517
- '**/*.py'
1618
- '**/*.ini'
1719
- '**/*.toml'
20+
- '**/*.yml'
21+
- '**/*.yaml'
1822

1923
jobs:
2024
tox-matrix:

0 commit comments

Comments
 (0)