Skip to content

Commit

Permalink
remove glob
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Nov 8, 2024
1 parent e6f76c5 commit 27a3ab4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: cpp-linter

on:
pull_request:
branches: '**'
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
pull_request: {}
push:
branches: [main]
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
Expand Down

0 comments on commit 27a3ab4

Please sign in to comment.