diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index c096a44e..60d4016f 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -4,6 +4,12 @@ permissions: pull-requests: write on: + push: + branches: + - main + schedule: + # 19:00 UTC is 11 AM PST + - cron: "0 19 * * *" pull_request: branches: - main