Skip to content

MNT skip asv deploy in pr and fork (#153) #308

MNT skip asv deploy in pr and fork (#153)

MNT skip asv deploy in pr and fork (#153) #308

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
call-test:
uses: ./.github/workflows/test.yml
secrets: inherit
call-wasm-wheel:
needs: call-test
uses: ./.github/workflows/emscripten.yml
call-wheel:
needs: call-test
uses: ./.github/workflows/wheel.yml