diff --git a/.github/workflows/sync-openapi-docs.yml b/.github/workflows/sync-openapi-docs.yml index 24619619c..4856ad9e5 100644 --- a/.github/workflows/sync-openapi-docs.yml +++ b/.github/workflows/sync-openapi-docs.yml @@ -4,7 +4,7 @@ on: # Se ejecuta cuando hay cambios en los routers de la API push: branches: - - canary + - feat/sync-open-api-website-docs paths: - 'apps/dokploy/server/api/routers/**' - 'packages/server/src/services/**'