chore: Correct path filter for OpenAPI sync workflow (#17077)

This commit is contained in:
Marc Littlemore
2025-07-07 16:21:27 +01:00
committed by GitHub
parent 982a7a11f5
commit c3cc8de634

View File

@@ -8,7 +8,7 @@ on:
paths:
# Trigger if:
# - any of the public API files change
- 'packages/cli/src/public-api/*.{css,yaml,yml}'
- 'packages/cli/src/public-api/**/*.{css,yaml,yml}'
# - the build script or dependencies change
- 'packages/cli/package.json'
# - any main dependencies change