We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eddb44 commit 309a8c1Copy full SHA for 309a8c1
1 file changed
.github/workflows/tdengine-build.yml
@@ -1,13 +1,9 @@
1
-name: TDengine Build
+name: TDengine Build For research/3.3.6-experimental
2
3
on:
4
pull_request:
5
branches:
6
- - 'main'
7
- - '3.0'
8
- - '3.1'
9
- - '3.3.6'
10
-
+ - 'research/3.3.6-experimental'
11
paths-ignore:
12
- 'docs/**'
13
- 'packaging/**'
@@ -30,10 +26,6 @@ jobs:
30
26
os:
31
27
- ubuntu-22.04
32
28
- ubuntu-24.04
33
- - macos-13
34
- - macos-14
35
- - macos-15
36
- - windows-2022
37
29
38
steps:
39
- name: Get CPU Cores
0 commit comments