Skip to content

Commit 5d461ba

Browse files
committed
feat(chore): set release-please on main branch
1 parent b2c4fb8 commit 5d461ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- next
4+
- main
55

66
permissions:
77
contents: write
@@ -21,7 +21,7 @@ jobs:
2121
id: release
2222
with:
2323
release-type: python
24-
target-branch: next
24+
target-branch: main
2525

2626
build:
2727
name: upload wheel

0 commit comments

Comments
 (0)