Skip to content

Commit

Permalink
[FIX] Lines of code action
Browse files Browse the repository at this point in the history
  • Loading branch information
dutta-alankar committed Apr 28, 2024
1 parent 00c0757 commit 585951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lines_of_code.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Count lines of code
on:
push:
branches: [main]
branches: [main, dev]

jobs:
lines_of_code_job:
Expand All @@ -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: |
Expand Down

0 comments on commit 585951e

Please sign in to comment.