From ef0773f06c4004425b6b4534101edac73e480877 Mon Sep 17 00:00:00 2001 From: Daethyra <109057945+Daethyra@users.noreply.github.com> Date: Tue, 28 May 2024 11:59:30 -0700 Subject: [PATCH] Revert deployment branch to main, from pages --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 35a018e..f2c9e97 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["pages"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: