From bbb9d09741773d7938fa6b4f742a9627fb268862 Mon Sep 17 00:00:00 2001 From: Rohan Konnur Date: Tue, 22 Apr 2025 12:51:27 -0400 Subject: [PATCH] CI file fixes. --- .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 6f87cc38..eefe73a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: publish: needs: [compile, test] - if: github.event_name == 'release' + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: - name: Checkout repo