From cf841804f9a6da11bde6093e8af321a32d0cdb7a Mon Sep 17 00:00:00 2001 From: Nacho Geoghegan <54043072+nachog00@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:09:09 -0300 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index fee6bba..d378619 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: