Skip to content

chore(v2): release 2.24.2 (#252) #209

chore(v2): release 2.24.2 (#252)

chore(v2): release 2.24.2 (#252) #209

Workflow file for this run

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