From 342cf23ae00e62c243e1907f602878c8f80209da Mon Sep 17 00:00:00 2001 From: ByteDream Date: Sun, 4 Dec 2022 18:57:54 +0100 Subject: [PATCH] Remove if condition from ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3900976..eddc7b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: jobs: build-nix: - if: github.ref == 'refs/heads/master' runs-on: ${{ matrix.os }} strategy: matrix: @@ -77,7 +76,6 @@ jobs: if-no-files-found: error build-windows: - if: github.ref == 'refs/heads/master' runs-on: windows-latest steps: - name: Checkout