allowing builds for this branch to test releases off the pipeline

This commit is contained in:
epi
2021-01-31 08:57:15 -06:00
parent 662521af10
commit 83c88ae30d

View File

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