Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Nov 25, 2024
1 parent fd9e7cc commit eb44fb2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/clangtidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ name: Clang-tidy
on:
push:
branches:
-master
- master
pull_request:
branches:
- master
- development
- master
types:
- opened
- reopened
- synchronize
- ready_for_review
- opened
- reopened
- synchronize
- ready_for_review
paths-ignore:
- 'applications/**'

concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit eb44fb2

Please sign in to comment.