diff --git a/scaffold/github/workflows/PantheonReviewAppsDDEVManual.yml b/scaffold/github/workflows/PantheonReviewAppsDDEVManual.yml index 8976f015..684cad55 100644 --- a/scaffold/github/workflows/PantheonReviewAppsDDEVManual.yml +++ b/scaffold/github/workflows/PantheonReviewAppsDDEVManual.yml @@ -2,7 +2,7 @@ name: "Pantheon Review Apps" on: pull_request: - types: [ labeled ] + types: [ labeled, opened, synchronize, reopened] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/scaffold/github/workflows/PantheonReviewAppsManual.yml b/scaffold/github/workflows/PantheonReviewAppsManual.yml index acd4502c..9475d67e 100644 --- a/scaffold/github/workflows/PantheonReviewAppsManual.yml +++ b/scaffold/github/workflows/PantheonReviewAppsManual.yml @@ -2,7 +2,7 @@ name: "Pantheon Review Apps" on: pull_request: - types: [ labeled ] + types: [ labeled, opened, synchronize, reopened] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}