Skip to content

Commit

Permalink
github: trigger code quality for PRs and main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 17, 2024
1 parent 8099262 commit 47880e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: code-quality

on:
pull_request: {}
push:
branches:
- main

jobs:
clang-format:
Expand Down

0 comments on commit 47880e6

Please sign in to comment.