Skip to content

Commit

Permalink
ci(prerelease): fix workflow not triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Nov 24, 2024
1 parent 7121ed4 commit e443812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "Pre-Release"
on:
push:
tags:
- "v[0-9]+\\.[0-9]+\\.[0-9]+-(beta|rc)\\.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e443812

Please sign in to comment.