Skip to content

Commit c9d762c

Browse files
committed
Build "build_test_b6337_1" branch
1 parent 131634e commit c9d762c

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_1
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_1
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)