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