From 876bf84c2ffc7d0a5e43d8bc40e89bf315b4c3ae Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Thu, 9 Apr 2026 09:25:51 +0200 Subject: [PATCH] Publish artifacts only for main --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa53748..c92f64e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: run: sbt test - name: Publish artifacts + if: github.ref == 'refs/heads/main' env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }}