Skip to content

Commit

Permalink
[FIX] lines_of_code.yml trigger on push to main only
Browse files Browse the repository at this point in the history
  • Loading branch information
dutta-alankar authored Apr 28, 2024
1 parent 6b81155 commit 34e4094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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, dev]
branches: [main]

jobs:
lines_of_code_job:
Expand Down

0 comments on commit 34e4094

Please sign in to comment.