Skip to content

Commit 3f11913

Browse files
committed
enable CI for V3
1 parent 9c1afe8 commit 3f11913

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- V2
7+
- V3
88

99
jobs:
1010
spelling-checker:

.github/workflows/cpp_cuda.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- V2
7+
- V3
88
push:
99
branches:
1010
- main
11-
- V2
11+
- V3
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14-
- V2
14+
- V3
1515
push:
1616
branches:
1717
- main
18-
- V2
18+
- V3
1919

2020
concurrency:
2121
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/golang.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- V2
7+
- V3
88
push:
99
branches:
1010
- main
11-
- V2
11+
- V3
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- V2
7+
- V3
88
push:
99
branches:
1010
- main
11-
- V2
11+
- V3
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)