Skip to content

Commit ce5a384

Browse files
committed
chore: Correct file extension for PR filter configuration in workflow
1 parent 9eed29c commit ce5a384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: filter
2727
with:
2828
filters: |
29-
.github/pr-filter.yaml
29+
.github/pr-filter.yml
3030
3131
outputs:
3232
frontend: ${{ steps.filter.outputs.frontend }}

0 commit comments

Comments
 (0)