Update workflow
This commit is contained in:
parent
8c5f3a80d4
commit
9e93a47264
|
@ -2,7 +2,10 @@ name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: master
|
||||||
push:
|
push:
|
||||||
|
branches: master
|
||||||
|
tags:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -28,4 +31,4 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.version }}
|
version: ${{ matrix.version }}
|
||||||
args: release --snapshot --rm-dist
|
args: release --skip-publish --rm-dist
|
||||||
|
|
Loading…
Reference in New Issue