Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Jun 17, 2024
1 parent 2b96f7e commit 3f9387a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
push:
branches:
- 'release/*'
- 'relbuild'

workflow_dispatch:
inputs:
gitref:
description: "git tag, commit or branch name for the release"
type: string
required: true
default: 'relbuild'
default: 'release/1.8'

jobs:
build-release-wheel:
Expand Down

0 comments on commit 3f9387a

Please sign in to comment.