From 708bb1ecd3036ea22086f6e427b5377f6ad4ee20 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Tue, 29 Oct 2024 08:17:06 -0400 Subject: [PATCH] Use correct branch in build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32d7f1bc..c15bde65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: # Upload progress if we're on the main branch - name: Upload progress - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' continue-on-error: true env: PROGRESS_SLUG: animalcrossing