enable github action on all ranches

This commit is contained in:
Binyang Li
2023-05-05 08:42:25 +00:00
parent 9fb29f9dfc
commit 669c67b3de

View File

@@ -2,9 +2,11 @@ name: C++ Lint
on:
push:
branches: [ main ]
branches:
- '**'
pull_request:
branches: [ main ]
branches:
- '**'
jobs:
run-linters: