Skip to content

Commit

Permalink
test: sss
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuyule committed Aug 21, 2024
1 parent 281e4ae commit b94650b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Build and Release
on:
push:
branches:
- release
workflow_dispatch:
- action
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.1'

jobs:
build-and-release:
Expand Down

0 comments on commit b94650b

Please sign in to comment.