Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneSu committed Nov 21, 2023
1 parent 124aa71 commit 243dbdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
branches: ["**"]
pull_request:
branches: ["**"]
workflow_dispatch:
inputs:
arch:
type: choice
description: runner arch
options:
- X64
- ARM64
required: true
default: X64

jobs:
build:
Expand Down

0 comments on commit 243dbdf

Please sign in to comment.