From 26b6269f4c55892ba1209d621c9946e8681c6852 Mon Sep 17 00:00:00 2001 From: Schamper <1254028+Schamper@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:17:31 +0200 Subject: [PATCH] Re-enable the publish step --- .github/workflows/dissect-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dissect-ci.yml b/.github/workflows/dissect-ci.yml index cd1d3d7..efa3318 100644 --- a/.github/workflows/dissect-ci.yml +++ b/.github/workflows/dissect-ci.yml @@ -16,7 +16,7 @@ jobs: run-benchmarks: true publish: - if: ${{ github.ref_type == 'tag' }} + if: ${{ github.ref_name == 'main' || github.ref_type == 'tag' }} needs: [ci] runs-on: ubuntu-latest environment: dissect_publish