Skip to content

Commit 39398da

Browse files
committed
on push
1 parent c045ab4 commit 39398da

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
@@ -2,8 +2,10 @@ name: Main
22

33
on:
44
push:
5-
tags:
6-
- 'v*.*.*'
5+
# tags:
6+
# - 'v*.*.*'
7+
branches:
8+
- main
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)