Skip to content

Commit 08592ff

Browse files
committed
Filter action based on CMake files changing
1 parent bcc5fc4 commit 08592ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cmakelint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Run cmakelint over all the repo's CMake files
22
name: cmakelint
3-
on: pull_request
3+
on:
4+
pull_request:
5+
paths:
6+
- '**.cmake'
7+
- 'CMakeLists.txt'
48
permissions:
59
contents: read
610
jobs:

0 commit comments

Comments
 (0)