Skip to content

Commit

Permalink
ci: run check even when PR is not into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jul 10, 2024
1 parent 065b7fc commit c2eab89
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 @@ -3,7 +3,6 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
env:
# Playwright headless browsers running in CI get low confidence scores, causing flaky e2e tests. Lower the confidence score threshold for CI testing.
MIN_CONFIDENCE_SCORE: 0
Expand Down

0 comments on commit c2eab89

Please sign in to comment.