Skip to content

Commit

Permalink
Update workflow trigger tags pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
erglo committed Mar 25, 2024
1 parent 4ae4ece commit 579af4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Package and release
on:
push:
tags:
# Start actions with version 'v1.0.0'; allow up to 'v1.99.999+'
- 'v1.[0-9][0-9].[0-9]+'
# Start actions with version 'v1.x'
- v1.*

jobs:

Expand Down

0 comments on commit 579af4d

Please sign in to comment.