diff --git a/.github/workflows/sync-openapi-docs.yml b/.github/workflows/sync-openapi-docs.yml index 4856ad9e5..d52d85314 100644 --- a/.github/workflows/sync-openapi-docs.yml +++ b/.github/workflows/sync-openapi-docs.yml @@ -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: