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:
Magne Sjaastad 2023-06-29 15:01:21 +02:00
parent 8f83d25c9d
commit bd061a5bf4

View File

@ -2,6 +2,9 @@ name: clang-tidy
on:
push:
branches:
- main
- dev
paths:
- '**.clang-tidy'
workflow_dispatch: