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 1f6f5b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'

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

0 comments on commit 1f6f5b8

Please sign in to comment.