turned off builds for all but main

This commit is contained in:
epi
2022-10-05 05:30:00 -05:00
parent 04e3ad69cc
commit 1f60e06247

View File

@@ -7,7 +7,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: ${{ matrix.os }}
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
strategy:
matrix:
type: [ubuntu-x64, ubuntu-x86, armv7, aarch64]