Skip to content

Commit d70b546

Browse files
committed
try again
1 parent 1454772 commit d70b546

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ name: Deploy PR Review App to Control Plane
22

33
run-name: Deploy PR Review App - PR #${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
44

5+
56
on:
6-
pull_request:
7-
types: [opened, synchronize, reopened]
87
push:
9-
branches:
10-
- '**' # Any branch
11-
- '!main' # Except main
12-
- '!master' # Except master
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
1311
issue_comment:
1412
types: [created]
1513
workflow_dispatch:
@@ -85,7 +83,7 @@ jobs:
8583
missing+=("Variable: CPLN_ORG_STAGING")
8684
fi
8785
88-
if [ -z "$"PREFIX" ]; then
86+
if [ -z "$PREFIX" ]; then
8987
missing+=("Variable: REVIEW_APP_PREFIX")
9088
fi
9189

0 commit comments

Comments
 (0)