Skip to content

Commit b025099

Browse files
authored
fix workflow (#830)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 492a2f0 commit b025099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: release-please
33

44
"on":
5-
workflow_dispatch:
5+
push:
6+
branches: [main]
67

78
jobs:
89
release-cookbook:

0 commit comments

Comments
 (0)