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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue