From 5eabad2a5ac1fcd6ca407809574b3eb773dbfd20 Mon Sep 17 00:00:00 2001 From: Ivan Sabelnikov Date: Mon, 6 Jul 2026 19:57:30 +0100 Subject: [PATCH] fix(#868k5bbdr): Publish on push to master Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661c7da..9ecbc11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: publish: needs: tests - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest permissions: contents: read