Skip to content

Commit c687e8e

Browse files
committed
add ci
1 parent 501d3da commit c687e8e

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.github/workflows/bazel_clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Bazel-Clang
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, lts-1.1.0 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, lts-1.1.0 ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/bazel_gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Bazel-GCC
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, lts-1.1.0 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, lts-1.1.0 ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Clang Format Diff
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, lts-1.1.0 ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, lts-1.1.0 ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/linux_llvm_cov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- main
2828
- fix_coverage_show
2929
- 0.3.8.2
30+
- lts-1.1.0
3031

3132
concurrency:
3233
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: macOS Monterey 12
33
on:
44
workflow_call:
55
push:
6-
branches: [ main, develop ]
6+
branches: [ main, develop, lts-1.1.0 ]
77
pull_request:
8-
branches: [ main, develop ]
8+
branches: [ main, develop, lts-1.1.0 ]
99
workflow_dispatch:
1010
jobs:
1111
mac_clang:

.github/workflows/s390x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: IBM S390X
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, lts-1.1.0 ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, lts-1.1.0 ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/ubuntu_clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Ubuntu (clang)
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, lts-1.1.0 ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, lts-1.1.0 ]
88
workflow_call:
99
workflow_dispatch:
1010

.github/workflows/ubuntu_gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Ubuntu (gcc)
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, lts-1.1.0 ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, lts-1.1.0 ]
88
workflow_call:
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)