regex fix 5?
Some checks failed
/ release (push) Has been skipped
/ checking (push) Successful in 13s
/ build-site (push) Failing after 2m4s

This commit is contained in:
Firq 2023-12-20 20:52:11 +01:00
parent 2c6c54cb25
commit d6d0200ceb
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

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