Skip to content

Commit 6ad80af

Browse files
committed
Fixes syntax error and conditions
1 parent db38a93 commit 6ad80af

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,32 @@ env:
55

66
on:
77
push:
8+
tags-ignore:
9+
- '*.*.*'
10+
- 'v*.*.*'
11+
branches:
12+
- '*'
813
paths:
14+
- '*'
915
- '**.ino'
1016
- '**.cpp'
1117
- '**.hpp'
1218
- '**.h'
1319
- '**.c'
1420
- '**.inl'
1521
- '**clang-format-check.yml'
16-
pull_request:
22+
- '**.clang-format'
23+
pull_request:
24+
paths:
1725
- '**.ino'
1826
- '**.cpp'
1927
- '**.hpp'
2028
- '**.h'
2129
- '**.c'
2230
- '**.inl'
2331
- '**clang-format-check.yml'
32+
- '**.clang-format'
33+
workflow_dispatch:
2434

2535
jobs:
2636
formatting-check:

0 commit comments

Comments
 (0)