regex fix 5?
This commit is contained in:
parent
2c6c54cb25
commit
d6d0200ceb
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '\d+\.\d+\.\d+'
|
- '[0-9]+\.[0-9]+\.[0-9]+'
|
||||||
- '\d+\.\d+\.\d+a\d+'
|
- '[0-9]+\.[0-9]+\.[0-9]+a[0-9]+'
|
||||||
- '\d+\.\d+\.\d+b\d+'
|
- '[0-9]+\.[0-9]+\.[0-9]+b[0-9]+'
|
||||||
- '\d+\.\d+\.\d+rc\d+'
|
- '[0-9]+\.[0-9]+\.[0-9]+rc[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checking:
|
checking:
|
||||||
|
|
Loading…
Reference in a new issue