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: