Browse Source

Update build.yml

master
Ofek Lev 2 years ago
parent
commit
a2a77b6d7f
  1. 4
      .github/workflows/build.yml

4
.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

Loading…
Cancel
Save