diff --git a/.github/workflows/deployment-test.yml b/.github/workflows/deployment-test.yml index 9e7cedd060a..bf3cc2b889e 100644 --- a/.github/workflows/deployment-test.yml +++ b/.github/workflows/deployment-test.yml @@ -4,9 +4,10 @@ on: # Use the following to explicitly start thit workflow. # packages/deployment/scripts/start-deployment-test.sh workflow_dispatch: - # Otherwise, run on a schedule. - schedule: - - cron: "0 0 * * *" + # Otherwise, run on default branch. + push: + branches: + - $default-branch jobs: deployment-test: