diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 22d45a1..af650d0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,7 +1,7 @@ name: E2E tests on: push: - branches: [ main ] + branches: [ main, feat/workflow-for-e2e ] pull_request: branches: [ main ] jobs: