Skip to content

Commit b49a30b

Browse files
committed
Fixed publish workflow to build on push for testing.
1 parent 4032340 commit b49a30b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

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

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

810
jobs:
911
build:

0 commit comments

Comments
 (0)