diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5128627..e287be1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,9 +193,7 @@ jobs: - linux-wheels-arm runs-on: ubuntu-latest if: > - github.event_name == 'push' - && - (github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags')) + github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') steps: - uses: actions/download-artifact@v2