You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/04/18 09:48:40 UTC

[incubator-doris] branch master updated: [github] enable clang format github action (#9082)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a71e0554be [github] enable clang format github action (#9082)
a71e0554be is described below

commit a71e0554be21b306a09976e2e11c77c5da38ca5f
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Mon Apr 18 17:48:35 2022 +0800

    [github] enable clang format github action (#9082)
---
 .github/workflows/clang-format.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml
index 4c1afd5f61..372d7bcc33 100644
--- a/.github/workflows/clang-format.yml
+++ b/.github/workflows/clang-format.yml
@@ -18,7 +18,9 @@
 
 ---
 name: BE Code Formatter
-on: workflow_dispatch
+on:
+  pull_request:
+  push:
 jobs:
   clang-format:
     name: "Clang Formatter"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org