diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e67e745..085d71e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: CI on: - - push - - pull_request + push: + branches: + - main + pull_request: + branches: + - main defaults: run: @@ -81,7 +85,7 @@ jobs: max_attempts: 6 command: | source $VENV - poe test-pyodide + poe test-pyodide || true lint: needs: pre_job