Skip to content

Commit a14eaf9

Browse files
committed
Fix incorrect CI condition that skipped Windows build on main
This is a copy-paste leftover from the equivalent in the main build job
1 parent 04690b1 commit a14eaf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
# Build the app:
7272
- name: Test a production build
7373
run: npm run build
74-
if: github.ref != 'refs/heads/main'
7574
env:
7675
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI
7776

0 commit comments

Comments
 (0)