Skip to content

Commit 2139d5a

Browse files
committed
Added test for PR comment
1 parent cb9d4a1 commit 2139d5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-pr-comment-enabled.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ on:
1010
sha:
1111
description: "The sha of the commit that triggered the workflow run"
1212
required: false
13-
type: "string"
13+
type: "string"
14+
pull_request:
15+
branches:
16+
- main
17+
types: [opened, synchronize, reopened]
1418
env:
1519
AWS_REGION: us-east-2
1620

0 commit comments

Comments
 (0)