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_* ]
|
||||
tags:
|
||||
- 'v*'
|
||||
- 't*'
|
||||
- 'c*'
|
||||
|
||||
env:
|
||||
GH_ANNOTATIONS: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue