From 9834cf509d5768b6a296244669a6f5d2480d303f Mon Sep 17 00:00:00 2001 From: Timofey Khoruzhii Date: Tue, 9 May 2023 01:29:29 +0300 Subject: [PATCH] fix ci in another branches --- .gitea/workflows/check-format.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/check-format.yml b/.gitea/workflows/check-format.yml index 2418721..004d986 100644 --- a/.gitea/workflows/check-format.yml +++ b/.gitea/workflows/check-format.yml @@ -1,12 +1,6 @@ name: Clang-format Check -on: - push: - branches: - - main - pull_request: - branches: - - main +on: [push] jobs: clang-format-check: