mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
chore: update GitHub Actions workflow branch for OpenAPI documentation sync
- Changed the branch trigger for the OpenAPI documentation sync workflow from 'canary' to 'feat/sync-open-api-website-docs' to align with the new feature branch naming convention.
This commit is contained in:
parent
aab982b431
commit
67643fe088
2
.github/workflows/sync-openapi-docs.yml
vendored
2
.github/workflows/sync-openapi-docs.yml
vendored
@ -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/**'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user