mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
enable github action on all ranches
This commit is contained in:
6
.github/workflows/cpplint.yml
vendored
6
.github/workflows/cpplint.yml
vendored
@@ -2,9 +2,11 @@ name: C++ Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
run-linters:
|
||||
|
||||
Reference in New Issue
Block a user