diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 047c45d..6a5ab78 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,8 +4,6 @@ on: branches: - main push: - branches: - - main create: tags: - '*' @@ -66,7 +64,7 @@ jobs: pypi-release: needs: test-extension runs-on: ubuntu-latest - if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite' + if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite' steps: - uses: actions/checkout@v2 with: