aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshat Agarwal <humancalico@disroot.org>2021-02-20 11:08:20 +0530
committerPhilip Herron <herron.philip@googlemail.com>2021-02-22 17:11:21 +0000
commit27df0c9f959ef7ec537d6b2b7725443a6b2bd94f (patch)
tree33fb3faa0e1e00b26c4867e63c8371f3ffe052e9
parent7f518fb5840c18cdfd27381c37bf6943093ad44b (diff)
downloadgcc-27df0c9f959ef7ec537d6b2b7725443a6b2bd94f.zip
gcc-27df0c9f959ef7ec537d6b2b7725443a6b2bd94f.tar.gz
gcc-27df0c9f959ef7ec537d6b2b7725443a6b2bd94f.tar.bz2
Run clang-format CI on every push on master branch
Signed-off-by: Akshat Agarwal <humancalico@disroot.org>
-rw-r--r--.github/workflows/clang-format.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml
index 1d1a022..ce045ab 100644
--- a/.github/workflows/clang-format.yml
+++ b/.github/workflows/clang-format.yml
@@ -1,6 +1,8 @@
name: Clang Format Lint
on:
+ push:
+ branches: [ master ]
pull_request:
branches: [ master ]