mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 09:51:44 -06:00
Limit clang-tidy to main and dev
Make it possible to have temporary code violating clang-tidy fixes in work branches
This commit is contained in:
parent
8f83d25c9d
commit
bd061a5bf4
3
.github/workflows/clang-tidy.yml
vendored
3
.github/workflows/clang-tidy.yml
vendored
@ -2,6 +2,9 @@ name: clang-tidy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
paths:
|
||||
- '**.clang-tidy'
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user