Skip to content

Commit

Permalink
Add trigger release on pre-release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 29, 2024
1 parent 34dfee0 commit 5043fa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release: # On create a GitHub Release
types:
- created
push:
tags:
# Prerelease tags
- "v[0-9]+.[0-9]+.[0-9]+.[a-z]+*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5043fa9

Please sign in to comment.