Skip to content

Commit

Permalink
Issue #535: Remove workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
leonel-lullabot committed Apr 29, 2024
1 parent ee1f0d3 commit 8801947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scaffold/github/workflows/PantheonReviewApps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Pantheon Review Apps"

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

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

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

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

0 comments on commit 8801947

Please sign in to comment.