diff --git a/.github/workflows/test-app-deployment.yaml b/.github/workflows/test-app-deployment.yaml index a0802ea..c8524bb 100644 --- a/.github/workflows/test-app-deployment.yaml +++ b/.github/workflows/test-app-deployment.yaml @@ -6,6 +6,8 @@ on: - main schedule: - cron: '0 3 * * *' + pull_request: + branches: '*' jobs: test_app_deployment: