Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 20, 2019
1 parent 8c5f3a8 commit 9e93a47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: test

on:
pull_request:
branches: master
push:
branches: master
tags:

jobs:
test:
Expand All @@ -28,4 +31,4 @@ jobs:
uses: ./
with:
version: ${{ matrix.version }}
args: release --snapshot --rm-dist
args: release --skip-publish --rm-dist

0 comments on commit 9e93a47

Please sign in to comment.