Skip to content

Commit 3cabc8e

Browse files
committed
Fix branch for release
1 parent 41d0afc commit 3cabc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Package
22

33
on:
44
push:
5-
branches: [trunk]
5+
branches: [main]
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)