Skip to content

Commit

Permalink
Modify workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 16, 2024
1 parent 7d8062c commit 2706a5a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: cpp-linter

on:
push:
paths:
- "src/*"
branches:
- main
#paths:
# - "src/*"
pull_request:
paths:
- "src/*"

branches:
- main
#paths:
# - "src/*"

jobs:
cpp-linter:
Expand Down

0 comments on commit 2706a5a

Please sign in to comment.