Unverified Commit 95e757d0 authored by Roberto Sora's avatar Roberto Sora Committed by GitHub

Add multiple digits in release workflow tag filter event (#657)

parent 6061cbf6
......@@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '[0-9].[0-9].[0-9]*'
- '[0-9]+.[0-9]+.[0-9]+*'
jobs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment