diff --git a/.github/workflows/e2etest.yaml b/.github/workflows/e2etest.yaml index 0ca6dcf0..92946871 100644 --- a/.github/workflows/e2etest.yaml +++ b/.github/workflows/e2etest.yaml @@ -2,11 +2,9 @@ name: e2etest on: pull_request: - branches: - - main + branches: [ automate-tests-merge ] push: - branches: - - main + branches: [ automate-tests-actions, automate-tests-merge ] schedule: # * is a special character in YAML so you have to quote this string