Skip to content

chore(main): release 2.0.0 (#39) #49

chore(main): release 2.0.0 (#39)

chore(main): release 2.0.0 (#39) #49

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches: [ 'main' ]
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [ 'main' ]
paths-ignore:
- '**.md'
jobs:
ci-build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci