Skip to content

Commit 1fa421a

Browse files
committed
remove push trigger
1 parent e3afd61 commit 1fa421a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ run-name: Deploy PR Review App - PR #${{ github.event.pull_request.number || git
66
on:
77
pull_request:
88
types: [opened, synchronize, reopened]
9-
push:
10-
branches:
11-
- '**' # Any branch
12-
- '!main' # Except main
13-
- '!master' # Except master
149
issue_comment:
1510
types: [created]
1611
workflow_dispatch:

0 commit comments

Comments
 (0)