From 2565c4b08994117fed586c15cb0d37ffe14d7699 Mon Sep 17 00:00:00 2001 From: pbillingsby <45179070+PBillingsby@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:33:06 -0500 Subject: [PATCH] fix: update website.yaml to point to main branch --- .github/workflows/website.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 7abdc3e..9191b17 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -1,9 +1,9 @@ -name: Website Staging Deploy +name: Website Deploy on: push: branches: - - staging # or the branch you want to deploy from + - main # or the branch you want to deploy from workflow_dispatch: jobs: