ci: add two more triggers
Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
parent
4726bfd752
commit
d2d3f57e0f
|
@ -1,6 +1,9 @@
|
||||||
name: TDengine Release Build
|
name: TDengine Release Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 */2 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
Loading…
Reference in New Issue