This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch QueryIO-1.1
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/QueryIO-1.1 by this push:
new d9e458db Add CI support for dev/1.1
d9e458db is described below
commit d9e458dbb725514846006cfc860c0b963dcec1e0
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Nov 13 18:11:10 2024 +0800
Add CI support for dev/1.1
---
.github/workflows/code-coverage.yml | 2 ++
.github/workflows/codeql.yml | 1 +
.github/workflows/unit-test.yml | 2 ++
3 files changed, 5 insertions(+)
diff --git a/.github/workflows/code-coverage.yml
b/.github/workflows/code-coverage.yml
index 3fa85d2f..cd8610ef 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -4,12 +4,14 @@ on:
branches:
- develop
- rc/*
+ - dev/*
paths-ignore:
- 'docs/**'
pull_request:
branches:
- develop
- rc/*
+ - dev/*
paths-ignore:
- 'docs/**'
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 2ebf94cd..3fecd30c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -16,6 +16,7 @@ on:
branches:
- develop
- rc/*
+ - dev/*
paths-ignore:
- 'docs/**'
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index ec0e7782..b8593e0e 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -9,6 +9,7 @@ on:
- develop
- iotdb
- rc/*
+ - dev/*
paths-ignore:
- 'docs/**'
pull_request:
@@ -16,6 +17,7 @@ on:
- develop
- iotdb
- rc/*
+ - dev/*
paths-ignore:
- 'docs/**'
# Enable manually starting builds, and allow forcing updating of SNAPSHOT
dependencies.