Skip to content

Commit 27a3ab4

Browse files
committed
remove glob
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent e6f76c5 commit 27a3ab4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: cpp-linter
22

33
on:
4-
pull_request:
5-
branches: '**'
6-
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
4+
pull_request: {}
75
push:
86
branches: [main]
97
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']

0 commit comments

Comments
 (0)