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 db38a93 commit 6ad80afCopy full SHA for 6ad80af
.github/workflows/clang-format-check.yml
@@ -5,22 +5,32 @@ env:
5
6
on:
7
push:
8
+ tags-ignore:
9
+ - '*.*.*'
10
+ - 'v*.*.*'
11
+ branches:
12
+ - '*'
13
paths:
14
15
- '**.ino'
16
- '**.cpp'
17
- '**.hpp'
18
- '**.h'
19
- '**.c'
20
- '**.inl'
21
- '**clang-format-check.yml'
- pull_request:
22
+ - '**.clang-format'
23
+ pull_request:
24
+ paths:
25
26
27
28
29
30
31
32
33
+ workflow_dispatch:
34
35
jobs:
36
formatting-check:
0 commit comments