Skip to content

Commit c4b782a

Browse files
committed
ci
1 parent 75a583a commit c4b782a

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Clang-Format Check
33
on:
44
push:
55
branches:
6-
- master
6+
- cleanup
77
pull_request:
88
branches:
99
- master
@@ -38,4 +38,3 @@ jobs:
3838
3939
# Check if clang-format would make changes
4040
clang-format --dry-run -Werror $(cat files_to_check.txt)
41-

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Full Linux CI Build and Test
22

33
on:
4-
push:
5-
branches:
6-
- master
74
pull_request:
85
branches:
96
- master

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Minimal Linux CI build
22

33
on:
4-
push:
5-
branches:
6-
- cleanup
74
pull_request:
85
branches:
96
- cleanup

0 commit comments

Comments
 (0)