Skip to content

Commit db990fe

Browse files
ci: Only build binaries on workflow dispatch/call
1 parent f70dee0 commit db990fe

5 files changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/linux-cuda-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Linux CUDA Build
22
on:
33
workflow_dispatch:
44
workflow_call:
5-
push:
6-
branches: [main]
7-
paths:
8-
- 'src/**'
9-
- '.github/workflows/linux-cuda-build.yml'
105

116
jobs:
127
linux-cuda-build:

.github/workflows/linux-native-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Linux Native Build
22
on:
33
workflow_dispatch:
44
workflow_call:
5-
push:
6-
branches: [main]
7-
paths:
8-
- 'src/**'
9-
- '.github/workflows/linux-native-build.yml'
105

116
jobs:
127
linux-native-build:

.github/workflows/linux-noavx-native-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Linux NoAVX Build
22
on:
33
workflow_dispatch:
44
workflow_call:
5-
push:
6-
branches: [main]
7-
paths:
8-
- 'src/**'
9-
- '.github/workflows/linux-noavx-build.yml'
105

116
jobs:
127
linux-noavx-build:

.github/workflows/macos-coreml-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: MacOS CoreML Build
22
on:
33
workflow_dispatch:
44
workflow_call:
5-
push:
6-
branches: [main]
7-
paths:
8-
- 'src/**'
9-
- '.github/workflows/macos-coreml-build.yml'
105

116
jobs:
127
macos-coreml-build:

.github/workflows/macos-native-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: MacOS Native Build
22
on:
33
workflow_dispatch:
44
workflow_call:
5-
push:
6-
branches: [main]
7-
paths:
8-
- 'src/**'
9-
- 'macos-native-build.yml'
105

116
jobs:
127
macos-native-build:

0 commit comments

Comments
 (0)