Skip to content

Commit e0dd6b4

Browse files
committed
fix: release should only run on main
1 parent be8743f commit e0dd6b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: release
33
on:
44
workflow_dispatch:
55
push:
6+
branches: ["main"]
67

78
jobs:
89
release:

0 commit comments

Comments
 (0)