Initial commit
This commit is contained in:
17
packages/leann-backend-hnsw/third_party/faiss/.github/workflows/build.yml
vendored
Normal file
17
packages/leann-backend-hnsw/third_party/faiss/.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
secrets:
|
||||
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||
Reference in New Issue
Block a user