From a14eaf9c57a161d76bbb51de03a395be307e4616 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 9 Jul 2024 16:50:09 +0200 Subject: [PATCH] Fix incorrect CI condition that skipped Windows build on main This is a copy-paste leftover from the equivalent in the main build job --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0463a377..432e87d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,6 @@ jobs: # Build the app: - name: Test a production build run: npm run build - if: github.ref != 'refs/heads/main' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI