Skip to content

Commit e6f76c5

Browse files
committed
try explicit branch glob
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 9c4d117 commit e6f76c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/cpp-linter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: cpp-linter
22

33
on:
44
pull_request:
5+
branches: '**'
56
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
67
push:
78
branches: [main]

0 commit comments

Comments
 (0)