Skip to content

Commit 9e93a47

Browse files
committed
Update workflow
1 parent 8c5f3a8 commit 9e93a47

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: test
22

33
on:
44
pull_request:
5+
branches: master
56
push:
7+
branches: master
8+
tags:
69

710
jobs:
811
test:
@@ -28,4 +31,4 @@ jobs:
2831
uses: ./
2932
with:
3033
version: ${{ matrix.version }}
31-
args: release --snapshot --rm-dist
34+
args: release --skip-publish --rm-dist

0 commit comments

Comments
 (0)