mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 07:10:31 +00:00
Update workflow
This commit is contained in:
parent
8c5f3a80d4
commit
9e93a47264
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -2,7 +2,10 @@ name: test
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: master
|
||||
push:
|
||||
branches: master
|
||||
tags:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -28,4 +31,4 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
args: release --snapshot --rm-dist
|
||||
args: release --skip-publish --rm-dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue