1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-26 13:10:36 +03:00

enable ARM linux builds on tags only

This commit is contained in:
Eugene Pankov 2022-09-04 17:59:48 +02:00 committed by Eugene
parent 16b338729f
commit e3232f174f

View File

@ -129,6 +129,8 @@ jobs:
matrix: matrix:
build-arch: [ x64, arm64, armv7l ] build-arch: [ x64, arm64, armv7l ]
if: matrix.build-arch == "x64" || (github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags'))
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3