Skip to content

Commit a0fe183

Browse files
committed
Publish artifacts only for main
1 parent 0f8e77e commit a0fe183

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: sbt test
2929

3030
- name: Publish artifacts
31+
if: github.ref == 'refs/heads/main'
3132
env:
3233
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
3334
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)