From 35627719737d7d592c8c05feeba3995c7d9df85d Mon Sep 17 00:00:00 2001 From: Pablo Portas <81629707+TeenBiscuits@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:22:11 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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