diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b997318..f0596bdad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,5 +64,5 @@ jobs: run: npm run test:esm - name: Upload code coverage - if: github.ref == 'refs/heads/master' + if: github.repository == 'moleculerjs/moleculer' uses: coverallsapp/github-action@v2