Skip to content

Commit abb97f4

Browse files
authored
fix(release-please): target master instead of main (#173)
1 parent 3b9f4f0 commit abb97f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
---
12
name: Release
23

34
on:
45
push:
56
branches:
6-
- main
7+
- master
8+
workflow_dispatch:
79

810
permissions:
911
contents: write

0 commit comments

Comments
 (0)