do not build arm in PRs

This commit is contained in:
Jesse Bannon 2023-03-15 14:01:07 -07:00
parent de9d362bf4
commit 7ab97dbe32

View file

@ -57,7 +57,7 @@ jobs:
permissions:
contents: read
# if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v3