Skip to content

Commit

Permalink
Merge pull request #138 from VirtusLab/fix-ci-release
Browse files Browse the repository at this point in the history
Only trigger releases on tags
  • Loading branch information
KacperFKorban authored Nov 29, 2024
2 parents fc39425 + 8f89850 commit 3696b0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release
on:
push:
branches: [master, main]
tags: ["*"]
jobs:
publish:
Expand All @@ -16,4 +15,4 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit 3696b0b

Please sign in to comment.