fixed regex quotes
All checks were successful
/ checking (push) Successful in 13s

This commit is contained in:
Firq 2023-12-20 20:35:32 +01:00
parent 8e88fd8597
commit 8c3c1fdc3f
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -1,7 +1,7 @@
on: on:
push: push:
tags: tags:
- "\d+\.\d+\.\d+(?:(?:a|b|rc)\d+)?" - '\d+\.\d+\.\d+(?:(?:a|b|rc)\d+)?'
jobs: jobs:
checking: checking: