diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa2e77f..a013c65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + branches: + - main pull_request: jobs: @@ -41,7 +43,6 @@ jobs: e2e: name: e2e runs-on: ubuntu-latest - if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main' steps: - name: Check out repository