From 5c6ea45d0f4a353f84fe41bcec4160ab19c34687 Mon Sep 17 00:00:00 2001 From: Russell Goyder <62347952+russellgoyder@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:13:41 -0700 Subject: [PATCH] Remove check for main branch (#4) Co-authored-by: Russell Goyder --- .github/workflows/publish-to-pypi.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index f5f0d78..828e37c 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -56,7 +56,6 @@ jobs: build: name: Build distribution 📦 - if: ${{ github.ref == 'refs/heads/main' }} needs: - test - ruff