From 562fd94a92204eb6ddf2a9aa77fc5dc3ce22ca08 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Sat, 5 Aug 2023 10:55:04 -0500 Subject: [PATCH] Update crate_ci.yml --- .github/workflows/crate_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crate_ci.yml b/.github/workflows/crate_ci.yml index e9ffd7ae..fedaf310 100644 --- a/.github/workflows/crate_ci.yml +++ b/.github/workflows/crate_ci.yml @@ -58,8 +58,8 @@ jobs: run: make test.cleanup publish: - # only run when tag release - if: startsWith(github.ref, 'refs/tags/') + # only run off head main + if: github.ref == 'refs/heads/main' name: Publish Crate & Extension runs-on: ubuntu-22.04 needs: [lint, tests]