mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-30 01:07:28 +00:00
Cleanup workflows
This commit is contained in:
@@ -4,10 +4,12 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- feature/*
|
||||
- releases/*
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feature/*
|
||||
- releases/*
|
||||
|
||||
jobs:
|
||||
@@ -18,14 +20,9 @@ jobs:
|
||||
# https://github.com/actions/checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
-
|
||||
name: Install
|
||||
run: npm ci
|
||||
run: npm install
|
||||
-
|
||||
name: Build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user