This commit is contained in:
parent
685530aed8
commit
a6742f1ed0
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue