adding filter for only openapi paths

This commit is contained in:
2026-01-26 07:45:12 +00:00
parent 0c8e63f4b0
commit 5cbe9fcfc3

View File

@ -8,6 +8,9 @@ on:
pull_request:
branches:
- main
paths:
- 'docs/*/openapi/*.yaml'
- 'docs/*/openapi/*.yml'
jobs:
yaml-lint: