Skip to content

Commit d8e521e

Browse files
author
Mauricio Siu
committed
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.
1 parent 67643fe commit d8e521e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sync-openapi-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
push:
66
branches:
77
- feat/sync-open-api-website-docs
8-
paths:
9-
- 'apps/dokploy/server/api/routers/**'
10-
- 'packages/server/src/services/**'
11-
- 'packages/server/src/db/schema/**'
8+
# paths:
9+
# - 'apps/dokploy/server/api/routers/**'
10+
# - 'packages/server/src/services/**'
11+
# - 'packages/server/src/db/schema/**'
1212

1313
# Permite ejecución manual
1414
workflow_dispatch:

0 commit comments

Comments
 (0)