Skip to content

Commit 333e68a

Browse files
committed
ci: latest branch created
1 parent cb9ac5c commit 333e68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: main
4+
branches: latest
55

66
permissions:
77
contents: read # for checkout

lib/.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"branches": ["main"]
2+
"branches": ["latest"]
33
}

0 commit comments

Comments
 (0)