Skip to content

Commit 5d4c8eb

Browse files
committed
.github/workflows/compile_examples.yml: Added docs/ to ignore paths.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 95bd989 commit 5d4c8eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Compile examples
22

33
on:
44
push:
5-
5+
paths-ignore:
6+
- 'docs/**'
67
jobs:
78
arduino-devops:
89
uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest

0 commit comments

Comments
 (0)