Update build and publish
This commit is contained in:
17
.github/workflows/build-and-publish.yml
vendored
17
.github/workflows/build-and-publish.yml
vendored
@@ -1,23 +1,18 @@
|
||||
name: Build and Publish
|
||||
|
||||
on:
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test_default_inputs:
|
||||
name: Test with default inputs
|
||||
build_and_publish:
|
||||
name: Build and Publish
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pnpm:
|
||||
- 4.11.1
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user