Skip to content

chore: Add missing release-please files #6

chore: Add missing release-please files

chore: Add missing release-please files #6

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