From 95e0f4fefc9a79fead203cdc5802c93b91461b28 Mon Sep 17 00:00:00 2001 From: mattman107 Date: Sat, 25 Jan 2025 22:43:52 -0500 Subject: [PATCH] Update branch to main. --- .github/workflows/build-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 0ccbe27..bd42831 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -3,7 +3,7 @@ name: Build App on: push: branches: - - autobuild3 + - main jobs: build: @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: autobuild3 + ref: main - name: Setup Go uses: actions/setup-go@v5 @@ -35,4 +35,4 @@ jobs: file: ./bin/anchor-* file_glob: true tag: ${{ github.ref }} - target_commit: autobuild3 \ No newline at end of file + target_commit: main \ No newline at end of file