Skip to content

SearchParameters support for IndexBinaryFlat #1880

SearchParameters support for IndexBinaryFlat

SearchParameters support for IndexBinaryFlat #1880

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
tags:
- 'v*'
jobs:
build-pull-request:
uses: ./.github/workflows/build-pull-request.yml
build-release:
uses: ./.github/workflows/build-release.yml
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')