From 5f37cd2069824207ea2cb522af7814d6df6b591d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 26 Jun 2024 11:26:21 -0400 Subject: [PATCH] Update static.yaml --- .github/workflows/static.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index b9c9160f..f2c9e97c 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["gh-pages"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: