ci: add two more triggers

Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
WANG Xu 2025-03-25 16:15:04 +08:00
parent 4726bfd752
commit d2d3f57e0f
No known key found for this signature in database
GPG Key ID: 243B1A4F56B56F50
1 changed files with 3 additions and 0 deletions

View File

@ -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'