Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 09b012d

Browse files
committed
fix typo in release.yml for pull_request key
1 parent 27a223d commit 09b012d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**' # match all branches
77
tags:
88
- '*' # match all tags
9-
pull_reqwuest:
9+
pull_request:
1010
workflow_dispatch:
1111

1212
permissions:

0 commit comments

Comments
 (0)