We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3afd61 commit 1fa421aCopy full SHA for 1fa421a
1 file changed
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -6,11 +6,6 @@ run-name: Deploy PR Review App - PR #${{ github.event.pull_request.number || git
6
on:
7
pull_request:
8
types: [opened, synchronize, reopened]
9
- push:
10
- branches:
11
- - '**' # Any branch
12
- - '!main' # Except main
13
- - '!master' # Except master
14
issue_comment:
15
types: [created]
16
workflow_dispatch:
0 commit comments