From fdc13ff8a400aa34f8f018485fc8add108429f1e Mon Sep 17 00:00:00 2001 From: Vadim Ponomarev Date: Tue, 3 Sep 2024 23:03:30 +0300 Subject: [PATCH] Update --- .github/workflows/cloc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloc.yml b/.github/workflows/cloc.yml index cd02f4e..1ab4369 100644 --- a/.github/workflows/cloc.yml +++ b/.github/workflows/cloc.yml @@ -2,9 +2,9 @@ name: Count Lines of Code on: push: - branches: [ main ] + branches: [ "master" ] pull_request: - branches: [ main ] + branches: [ "master" ] jobs: cloc: