From ee2b53f82426dabe24329bd42a8d51852624eeeb Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sat, 23 Mar 2024 18:24:07 +0100 Subject: [PATCH] github actions --- .github/workflows/code-style.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 711fe42..0fcfebb 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -1,6 +1,9 @@ name: code-style on: + push: + branches: + - 1.x pull_request: jobs: