Skip to content

Commit

Permalink
Update branch to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattman107 committed Jan 26, 2025
1 parent 181dec5 commit 95e0f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build App
on:
push:
branches:
- autobuild3
- main

jobs:
build:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: autobuild3
ref: main

- name: Setup Go
uses: actions/setup-go@v5
Expand All @@ -35,4 +35,4 @@ jobs:
file: ./bin/anchor-*
file_glob: true
tag: ${{ github.ref }}
target_commit: autobuild3
target_commit: main

0 comments on commit 95e0f4f

Please sign in to comment.