Skip to content

Commit 7a0dd6d

Browse files
authored
fix: correct push event typo in create-release-pr workflow (pus → push:) (#4449)
1 parent b092bd2 commit 7a0dd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Create Release PR
77
# master → "chore: release vX.Y.Z" PR targets master
88
# alpha → "chore: alpha release vX.Y.Z" PR targets alpha
99
on:
10-
pus
10+
push:
1111
branches:
1212
- master
1313
- alpha

0 commit comments

Comments
 (0)