From 8ac89fbe43132ab069fc807bd0437ea5ac3fbc99 Mon Sep 17 00:00:00 2001 From: Andrei-Aksionov Date: Wed, 22 Nov 2023 13:14:06 +0300 Subject: [PATCH] Update --- .github/workflows/code_style_fix.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_style_fix.yaml b/.github/workflows/code_style_fix.yaml index c29c4b3..e20d6a9 100644 --- a/.github/workflows/code_style_fix.yaml +++ b/.github/workflows/code_style_fix.yaml @@ -1,7 +1,8 @@ name: Automatic Code Style Fix -on: [pull_request, pull_request_target] on: + pull_request: + branches: [main] workflow_call: secrets: github-token: