Skip to content

Commit 33eb188

Browse files
committed
Run CI for Ruby bindings almost always
because each CMakeLists.txt might affect Ruby bindings
1 parent e30e52b commit 33eb188

File tree

1 file changed

+4
-48
lines changed

1 file changed

+4
-48
lines changed

.github/workflows/bindings-ruby.yml

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,11 @@
11
name: Bindings Tests (Ruby)
2+
23
on:
34
push:
4-
paths:
5-
- bindings/ruby/**
6-
- src/**/*.c
7-
- src/**/*.cpp
8-
- src/**/*.h
9-
- src/**/*.m
10-
- src/**/*.metal
11-
- include/**/*.c
12-
- include/**/*.cpp
13-
- include/**/*.h
14-
- include/**/*.m
15-
- include/**/*.metal
16-
- ggml/**/*.c
17-
- ggml/**/*.cpp
18-
- ggml/**/*.h
19-
- ggml/**/*.m
20-
- ggml/**/*.metal
21-
- scripts/get-flags.mk
22-
- examples/common.h
23-
- examples/common.cpp
24-
- examples/common-whisper.h
25-
- examples/common-whisper.cpp
26-
- examples/stb_vorbis.c
27-
- examples/miniaudio.h
5+
branches:
6+
- master
287
pull_request:
29-
paths:
30-
- bindings/ruby/**
31-
- src/**/*.c
32-
- src/**/*.cpp
33-
- src/**/*.h
34-
- src/**/*.m
35-
- src/**/*.metal
36-
- include/**/*.c
37-
- include/**/*.cpp
38-
- include/**/*.h
39-
- include/**/*.m
40-
- include/**/*.metal
41-
- ggml/**/*.c
42-
- ggml/**/*.cpp
43-
- ggml/**/*.h
44-
- ggml/**/*.m
45-
- ggml/**/*.metal
46-
- scripts/get-flags.mk
47-
- examples/common.h
48-
- examples/common.cpp
49-
- examples/common-whisper.h
50-
- examples/common-whisper.cpp
51-
- examples/stb_vorbis.c
52-
- examples/miniaudio.h
8+
types: [opened, synchronize, reopened]
539

5410
jobs:
5511
ubuntu-22:

0 commit comments

Comments
 (0)