Run clang-format CI on every push on master branch

Signed-off-by: Akshat Agarwal <humancalico@disroot.org>
This commit is contained in:
Akshat Agarwal 2021-02-20 11:08:20 +05:30 committed by Philip Herron
parent 7f518fb584
commit 27df0c9f95
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Clang Format Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]