Update github action to build `t` test (Alpha, Beta, RC) and `c` community tags
This commit is contained in:
parent
66797abf84
commit
88730dca2a
|
|
@ -8,6 +8,8 @@ on:
|
||||||
branches: [ MK3, MK3_* ]
|
branches: [ MK3, MK3_* ]
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
- 't*'
|
||||||
|
- 'c*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GH_ANNOTATIONS: 1
|
GH_ANNOTATIONS: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue