Skip to content

Commit

Permalink
Add multiple digits in release workflow tag filter event (arduino#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Sora authored Apr 14, 2020
1 parent 6061cbf commit 95e757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '[0-9].[0-9].[0-9]*'
- '[0-9]+.[0-9]+.[0-9]+*'

jobs:

Expand Down

0 comments on commit 95e757d

Please sign in to comment.