From bbe3879fa6c3b61069daf194f9c9e6d6fd1a37e2 Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Wed, 15 Nov 2023 18:53:26 -0500 Subject: [PATCH] Change the deploy branch to deploy. --- .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 4f4623dd..ae92da82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,9 @@ -name: Deploy to forgoodfirstissue.dev +name: Deploy to forgoodfirstissue.github.com on: # Runs on pushes targeting the default branch push: - branches: ["gh-pages"] + branches: ["deploy"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: