Skip to content

Commit 0c7cac8

Browse files
committed
fix: added specific pr event triggers
1 parent 8b3ef52 commit 0c7cac8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-upload.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: build-and-upload
33
on:
44
release:
55
types: [published]
6-
pull_request
6+
pull_request:
7+
types: [opened, synchronize, reopened, edited]
78

89

910
permissions:

0 commit comments

Comments
 (0)