diff --git a/.github/workflows/deploy-test-branch.yml b/.github/workflows/deploy-test-branch.yml index d8f8910f..ef66eb7d 100644 --- a/.github/workflows/deploy-test-branch.yml +++ b/.github/workflows/deploy-test-branch.yml @@ -2,6 +2,7 @@ name: deploy-test-branch # Controls when the action will run. on: + push: # Triggers the workflow on for any branch when a pull_request is opened or reopened # pull_request: # types: [opened, reopened]