From 4b5619d041bb900071600b14d45cbd943d4c7b2c Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Sat, 28 Jun 2025 22:47:40 -0400 Subject: [PATCH] internal: fix playground to only publish on release --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 850acce0..ccf93f68 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -210,6 +210,7 @@ jobs: run: pnpm build - name: Deploy to Netlify + if: startsWith(github.ref, 'refs/tags/') uses: nwtgck/actions-netlify@v2 with: publish-dir: "playground/dist"