allowing builds for this branch to test releases off the pipeline

This commit is contained in:
epi
2021-01-31 08:57:48 -06:00
parent 83c88ae30d
commit 9fa3d4ac42

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' todo uncomment before merge to master
strategy:
matrix:
type: [ubuntu-x64, ubuntu-x86]