We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d862d + c983c86 commit 6308f7eCopy full SHA for 6308f7e
.github/workflows/c-check.yml
@@ -2,6 +2,8 @@ name: C Code Generation and Formatting Check
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
pull_request: {}
8
merge_group: {}
9
.github/workflows/rust.yml
@@ -4,11 +4,6 @@ on:
branches:
- master
- paths:
- - ".github/workflows/rust.yml"
- - "rust/**"
10
- - "include/**"
11
- - "src/**"
12
pull_request:
13
paths:
14
- ".github/workflows/rust.yml"
.github/workflows/valgrind.yml
@@ -4,10 +4,6 @@ on:
- - "ext/**"
- "ext/**"
0 commit comments