mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
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:
8
.github/workflows/sync-openapi-docs.yml
vendored
8
.github/workflows/sync-openapi-docs.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user