Skip to content

Commit a53a996

Browse files
committed
fix: trigger semantic release automatically [skip ci]
1 parent 1932ef0 commit a53a996

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Release
22

33
on:
4-
repository_dispatch:
5-
types: [semantic-release]
4+
push:
5+
branches:
6+
- main
7+
- develop
68

79
permissions:
810
contents: write

0 commit comments

Comments
 (0)