Skip to content

Commit

Permalink
Update clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pboechat authored May 24, 2024
1 parent 456647d commit 8468202
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Format C++ Code
on:
push:
branches:
- main
- 'feature/**'
- master
pull_request:
branches:
- main
- master

jobs:
format:
Expand Down Expand Up @@ -36,4 +35,4 @@ jobs:
echo "Applied format changes."
else
echo "No formatting changes required."
fi
fi

0 comments on commit 8468202

Please sign in to comment.