Skip to content

Commit 0223655

Browse files
committed
workflow workflow
1 parent 2e40d39 commit 0223655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/c-linter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: c-linter
33
on:
44
push:
55
paths:
6-
- "embedded/Core/Src/main\.c$"
6+
- "embedded/Core/Src/main.c$"
77
pull_request:
88
paths:
9-
- "embedded/Core/Src/main\.c$"
9+
- "embedded/Core/Src/main.c$"
1010
workflow_dispatch:
1111
paths:
12-
- "embedded/Core/Src/main\.c$"
12+
- "embedded/Core/Src/main.c$"
1313

1414

1515
jobs:

0 commit comments

Comments
 (0)