Merge pull request #30451 from taosdata/ci/wangxu/release-build-trigger

ci: add two more triggers
This commit is contained in:
WANG Xu 2025-03-25 16:20:05 +08:00 committed by GitHub
commit 2351251df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: TDengine Release Build
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
push:
branches:
- 'main'