From 00f403921c75a3d3814d5c89ae7611a72f40b57b Mon Sep 17 00:00:00 2001 From: Nathan Ellis Date: Sat, 23 Dec 2023 16:34:04 +0000 Subject: [PATCH] Update build-and-upload.yml --- .github/workflows/build-and-upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-upload.yml b/.github/workflows/build-and-upload.yml index 01b73f8..36e3d58 100644 --- a/.github/workflows/build-and-upload.yml +++ b/.github/workflows/build-and-upload.yml @@ -2,9 +2,9 @@ name: Build Image and Upload to Argon Server on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: deploy: runs-on: ubuntu-latest