Skip to content

Commit

Permalink
Issue #535: Use opened, synchronize, reopened
Browse files Browse the repository at this point in the history
  • Loading branch information
leonel-lullabot committed May 2, 2024
1 parent c251e46 commit 8a73b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scaffold/github/workflows/PantheonReviewAppsDDEVManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Pantheon Review Apps"

on:
pull_request:
types: [ labeled ]
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/PantheonReviewAppsManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Pantheon Review Apps"

on:
pull_request:
types: [ labeled ]
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 8a73b3d

Please sign in to comment.