Skip to content

Commit

Permalink
Fix incorrect CI condition that skipped Windows build on main
Browse files Browse the repository at this point in the history
This is a copy-paste leftover from the equivalent in the main build job
  • Loading branch information
pimterry committed Jul 9, 2024
1 parent 04690b1 commit a14eaf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a14eaf9

Please sign in to comment.