Skip to content

chore: Switch to release-please and GH actions #2

chore: Switch to release-please and GH actions

chore: Switch to release-please and GH actions #2

Workflow file for this run

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