chore: comment out paths in OpenAPI documentation sync workflow

- Commented out the paths section in the GitHub Actions workflow for syncing OpenAPI documentation to allow for more flexible triggering without specific path constraints.
This commit is contained in:
Mauricio Siu
2025-11-30 00:31:50 -06:00
parent 67643fe088
commit d8e521e4dc

View File

@@ -5,10 +5,10 @@ on:
push:
branches:
- feat/sync-open-api-website-docs
paths:
- 'apps/dokploy/server/api/routers/**'
- 'packages/server/src/services/**'
- 'packages/server/src/db/schema/**'
# paths:
# - 'apps/dokploy/server/api/routers/**'
# - 'packages/server/src/services/**'
# - 'packages/server/src/db/schema/**'
# Permite ejecución manual
workflow_dispatch: