Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Didn't trigger for tag 'v0.20.0'; also added manual trigger.
  • Loading branch information
erglo authored Nov 8, 2023
1 parent 37a588b commit 5a796a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Package and release
on:
push:
tags:
# Start actions only with version 'v0.14.0'; allow up to 'v0.99.999+'
- 'v0.[1-9][4-9].[0-9]+'
# Start actions only with version 'v0.20.0'; allow up to 'v0.99.999+'
- 'v0.[2-9][0-9].[0-9]+'
# Manual trigger
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 5a796a1

Please sign in to comment.