regex fix 3?
All checks were successful
/ checking (push) Successful in 14s

This commit is contained in:
Firq 2023-12-20 20:44:22 +01:00
parent 685530aed8
commit a6742f1ed0
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -1,7 +1,10 @@
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+(?:(?:a|b|rc)[0-9]+)?'
- '\d+.\d+.\d+'
- '\d+.\d+.\d+a\d+'
- '\d+.\d+.\d+b\d+'
- '\d+.\d+.\d+rc\d+'
jobs:
checking: