Skip to content

Commit

Permalink
Add additional suffixes to trigger the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Jan 7, 2025
1 parent 63d0574 commit 27dba59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'

- 'v[0-9]+.[0-9]+.[0-9]+-alpha[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-beta[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-test[0-9]+'
jobs:
publish-candidate:
name: Publish candidate
Expand Down

0 comments on commit 27dba59

Please sign in to comment.