build arm for testing

This commit is contained in:
Jesse Bannon 2023-03-15 11:24:02 -07:00
parent 5fd411a0a7
commit d5d8ee1025

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
@ -149,7 +149,7 @@ jobs:
packages: write
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