Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Sep 21, 2023
1 parent 6d8aa0e commit 5999bd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'release'
on:
push:
tags:
- 'v*'
workflow_dispatch:
# push:
# tags:
# - 'v*'

# Don't cancel in progress since we don't want to have half-baked release.
concurrency: '${{ github.workflow }}-${{ github.head_ref || github.ref }}-release'
Expand Down

0 comments on commit 5999bd3

Please sign in to comment.