Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuanyun committed Oct 23, 2024
1 parent 6117122 commit 2752782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
with:
fetch-depth: 0
repository: lhuanyun/luci
ref: master
ref: main

- name: Determine branch name
run: |
BRANCH="master"
BRANCH="main"
echo "Building for $BRANCH"
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
Expand Down

0 comments on commit 2752782

Please sign in to comment.