Skip to content

feat!: 1.0.0 release. (#35) #35

feat!: 1.0.0 release. (#35)

feat!: 1.0.0 release. (#35) #35

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