Remove if condition from ci

This commit is contained in:
ByteDream 2022-12-04 18:57:54 +01:00
parent 64717fd405
commit 342cf23ae0

View file

@ -9,7 +9,6 @@ on:
jobs: jobs:
build-nix: build-nix:
if: github.ref == 'refs/heads/master'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -77,7 +76,6 @@ jobs:
if-no-files-found: error if-no-files-found: error
build-windows: build-windows:
if: github.ref == 'refs/heads/master'
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout - name: Checkout