Skip to content

Commit 014cb89

Browse files
committed
ci(cmake): build only if needed
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 3827c83 commit 014cb89

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/workflows/Cmake.yml

+16
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- .github/**
9+
- '!.github/workflows/Cmake.yml'
10+
- '*.json'
11+
- '**.md'
12+
- keywords.txt
13+
- CI/**
14+
- tools/**
715
pull_request:
16+
paths-ignore:
17+
- .github/**
18+
- '!.github/workflows/Arduino-build.yml'
19+
- '*.json'
20+
- '**.md'
21+
- keywords.txt
22+
- CI/**
23+
- tools/**
824
# Allows you to run this workflow manually from the Actions tab
925
workflow_dispatch:
1026
jobs:

0 commit comments

Comments
 (0)