diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml index 84f6ada..0a0b6e9 100644 --- a/.github/workflows/loc.yml +++ b/.github/workflows/loc.yml @@ -1,8 +1,8 @@ -name: Count LOC +name: Count LOC on: push: - branches: [ "main", "nightly" ] + branches: ["trunk"] jobs: count-loc: @@ -34,4 +34,4 @@ jobs: filename: cappuccinos-loc.json label: Lines Of Code message: ${{ env.LOC }} - color: blue \ No newline at end of file + color: blue