Skip to content

Commit befd669

Browse files
committed
Recognize both .yml and .yaml file extensions
1 parent 1752aa6 commit befd669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-file-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
yaml:
131131
- added|modified:
132132
- '**/*.yaml'
133+
- '**/*.yml'
133134
134135
Setup:
135136
if: needs.Changes.outputs.python == 'true'

0 commit comments

Comments
 (0)