mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-14 23:00:33 +00:00
Cleanup workflows
This commit is contained in:
parent
2555b3b392
commit
88f1da8c86
2 changed files with 5 additions and 6 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -4,10 +4,12 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- feature/*
|
||||
- releases/*
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feature/*
|
||||
- releases/*
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue