diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d4985da6..0832b7ff 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -2,6 +2,9 @@ name: E2E Tests on: workflow_dispatch: + push: + branches: + - main # Concurrency: only one E2E job runs at a time # Cancel previous runs when new one starts