Skip to content

Commit

Permalink
only build CLI on main
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jan 6, 2025
1 parent 43d7707 commit dcfdeec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
build-cli:
name: Build CLI
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
strategy:
matrix:
arch: [arm64, amd64]
Expand Down

0 comments on commit dcfdeec

Please sign in to comment.