We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4ff08 commit 240518cCopy full SHA for 240518c
.github/workflows/format-check.yml
@@ -3,7 +3,14 @@ name: Format check
3
on:
4
push:
5
branches:
6
- - '*'
+ - main
7
+ paths:
8
+ - .clang-format
9
+ - include/**
10
+ - src/**
11
+ pull_request:
12
+ branches:
13
14
paths:
15
- .clang-format
16
- include/**
.github/workflows/linux-build.yml
@@ -3,12 +3,18 @@ name: Linux build
+ - Makefile
- Makefile
17
- src/**
-
18
19
jobs:
20
linux-build:
0 commit comments