mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
chore: Correct path filter for OpenAPI sync workflow (#17077)
This commit is contained in:
2
.github/workflows/sync-public-api-docs.yml
vendored
2
.github/workflows/sync-public-api-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user