diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fbd80ab..8238a94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Construir documentación on: push: - branches: ["web-docs"] + branches: ["main"] permissions: id-token: write @@ -81,4 +81,4 @@ jobs: - name: Implementar en GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1