Skip to content

Commit

Permalink
Only trigger the pre-release generation when in 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Sep 12, 2024
1 parent 3d47653 commit 08a1acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ jobs:
prerelease-head:
name: Create a GitHub prerelease with the binary artifacts
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
needs: ["build", "build-alpine"]
permissions:
contents: write
Expand Down

0 comments on commit 08a1acc

Please sign in to comment.