Skip to content

Commit 30e86e0

Browse files
authored
chore: do not deploy a PR on deleted comment (#8677)
* chore: improve deploy-pr.yaml * Update pr-deploy.yaml * make fmt
1 parent e733043 commit 30e86e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Deploy PR
33
on:
44
issue_comment:
5+
types: [created, edited]
56
workflow_dispatch:
67
inputs:
78
pr_number:

0 commit comments

Comments
 (0)