Skip to content

Commit 6308f7e

Browse files
authored
Merge pull request #2824 from ruby/always-run-jobs-on-master
Run `valgrind` and `rust` jobs on `master` branch always
2 parents 43d862d + c983c86 commit 6308f7e

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/c-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: C Code Generation and Formatting Check
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request: {}
68
merge_group: {}
79

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- ".github/workflows/rust.yml"
9-
- "rust/**"
10-
- "include/**"
11-
- "src/**"
127
pull_request:
138
paths:
149
- ".github/workflows/rust.yml"

.github/workflows/valgrind.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- "ext/**"
9-
- "include/**"
10-
- "src/**"
117
pull_request:
128
paths:
139
- "ext/**"

0 commit comments

Comments
 (0)