Skip to content

Commit 1b27875

Browse files
committed
Build "build_test_b6337_2" branch
1 parent f6f942e commit 1b27875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch: # allows manual triggering
55
push:
66
branches:
7-
- master
7+
- build_test_b6337_2
88
paths: [
99
'.github/workflows/build.yml',
1010
'.github/workflows/build-linux-cross.yml',

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: boolean
1010
push:
1111
branches:
12-
- master
12+
- build_test_b6337_2
1313
paths: ['.github/workflows/release.yml', '**/CMakeLists.txt', '**/.cmake', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cuh', '**/*.swift', '**/*.m', '**/*.metal', '**/*.comp']
1414

1515
concurrency:

0 commit comments

Comments
 (0)