From 585951ea78dc9df9377533f32868b8f94716d599 Mon Sep 17 00:00:00 2001 From: dutta-alankar Date: Sun, 28 Apr 2024 09:43:36 +0200 Subject: [PATCH] [FIX] Lines of code action --- .github/workflows/lines_of_code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lines_of_code.yml b/.github/workflows/lines_of_code.yml index 859dfe9..e2c1288 100644 --- a/.github/workflows/lines_of_code.yml +++ b/.github/workflows/lines_of_code.yml @@ -1,7 +1,7 @@ name: Count lines of code on: push: - branches: [main] + branches: [main, dev] jobs: lines_of_code_job: @@ -18,7 +18,7 @@ jobs: debug: true directory: ./astro_plasma badge: ./misc/lines_of_code.svg - ignore: cloudy-codes/|example-scripts/requirements/|README + # ignore: cloudy-codes/|example-scripts/|requirements/|README - name: Print the output run: |