Skip to content

Commit d5e379a

Browse files
committed
fix: update pull_request event types in publish workflow
1 parent cf7defc commit d5e379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
on: [opened, synchronize, reopened, labeled, unlabeled]
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
99

1010
permissions:
1111
id-token: write

0 commit comments

Comments
 (0)