Skip to content

Commit

Permalink
Issue #535: Add opened, synchronize, and reopened
Browse files Browse the repository at this point in the history
  • Loading branch information
leonel-lullabot committed May 16, 2024
1 parent 23f9bdb commit 37e5e6e
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: [ labeled, 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: [ labeled, opened, synchronize, reopened]

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

0 comments on commit 37e5e6e

Please sign in to comment.