From d5d8ee102584a211f29dec5722400cddb2cd36c5 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 15 Mar 2023 11:24:02 -0700 Subject: [PATCH] build arm for testing --- .github/workflows/package-ubuntu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-ubuntu.yaml b/.github/workflows/package-ubuntu.yaml index 737b59bb..a59806d6 100644 --- a/.github/workflows/package-ubuntu.yaml +++ b/.github/workflows/package-ubuntu.yaml @@ -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