From 2b546a8b35849ff3fbb40fefeac91c69a42a0988 Mon Sep 17 00:00:00 2001 From: Diego Avila Date: Wed, 6 Sep 2023 11:28:04 -0500 Subject: [PATCH] Update deploy.yml with dev branch to deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d52c06c..ca0301a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.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: [ astro-website, master ] + branches: [ astro-website, dev ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: