From 9beb23e076df48188b5b7bfb48293d3eca69d7cb Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Thu, 5 Oct 2023 10:45:59 -0700 Subject: [PATCH] ci: Remove unneeded conditional due to the reduced triggers in the TestPyPI upload workflow. --- .github/workflows/package-testpypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/package-testpypi.yml b/.github/workflows/package-testpypi.yml index e6720686e..90a108ac7 100644 --- a/.github/workflows/package-testpypi.yml +++ b/.github/workflows/package-testpypi.yml @@ -12,8 +12,7 @@ jobs: # Upload to Test PyPI on every push to main test-pypi: name: Publish package to test.pypi.org - if: github.repository == 'tektronix/tm_devices' && github.event_name == 'push' - && github.ref == 'refs/heads/main' + if: github.repository == 'tektronix/tm_devices' runs-on: ubuntu-latest environment: package-testpypi steps: