diff --git a/.github/workflows/e2e-functional.yml b/.github/workflows/e2e-functional.yml index c50a7507..d31f41c2 100644 --- a/.github/workflows/e2e-functional.yml +++ b/.github/workflows/e2e-functional.yml @@ -58,7 +58,7 @@ jobs: github.event_name == 'workflow_dispatch' ) || ( - github.event_name == 'push' && github.ref == 'refs/heads/main' + github.event_name == 'push' && github.ref == 'refs/heads/master' ) || ( github.event_name == 'pull_request' && @@ -137,7 +137,7 @@ jobs: github.event_name == 'workflow_dispatch' ) || ( - github.event_name == 'push' && github.ref == 'refs/heads/main' + github.event_name == 'push' && github.ref == 'refs/heads/master' ) || ( github.event_name == 'pull_request' && @@ -227,7 +227,7 @@ jobs: github.event_name == 'workflow_dispatch' ) || ( - github.event_name == 'push' && github.ref == 'refs/heads/main' + github.event_name == 'push' && github.ref == 'refs/heads/master' ) || ( github.event_name == 'pull_request' &&