ci build works, restricting to main again

This commit is contained in:
epi
2021-03-05 09:59:48 -06:00
parent a52bd10340
commit 4381569a0f

View File

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