From d537a59c74a811396fbb357fb73f9827e01f3470 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20Mart=C3=ADnez=20M=C3=A9ndez?=
 <mxrtinez@gmail.com>
Date: Tue, 1 Apr 2025 19:08:58 +0000
Subject: [PATCH] =?UTF-8?q?Correr=20actualizaci=C3=B3n=20desde=20push=20a?=
 =?UTF-8?q?=20rama=20master?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/buildGHPages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/buildGHPages.yml b/.github/workflows/buildGHPages.yml
index 2b357b9eb..d590f1dc4 100644
--- a/.github/workflows/buildGHPages.yml
+++ b/.github/workflows/buildGHPages.yml
@@ -2,7 +2,7 @@ name: Build GitHub Pages
 on:
   push:
     branches:
-      - main
+      - master
     paths:
       - './**'
   workflow_dispatch:
-- 
GitLab