diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a80442d8..6d9e4432 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: CI: true - name: Report coverage - if: startsWith(matrix.node-version, '10') + if: startsWith(matrix.node-version, '10') && github.event_name == 'push' && github.ref == 'refs/heads/master' run: yarn codecov env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d39855..a03e308f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,6 @@ All notable changes to this project will be documented in this file. See ### Bug Fixes * bug fixes ([31a2669](https://github.com/jazida-opensource/dotenv-azure/commit/31a2669)) -* semantic-release version ([5d355b2](https://github.com/jazida-opensource/dotenv-azure/commit/5d355b2)) -* update semantic-release dependencies ([7e1c970](https://github.com/jazida-opensource/dotenv-azure/commit/7e1c970)) -* version ([9e54cfd](https://github.com/jazida-opensource/dotenv-azure/commit/9e54cfd)) # [1.0.0-alpha.3](https://github.com/jazida-opensource/dotenv-azure/compare/v1.0.0-alpha.2@alpha...v1.0.0-alpha.3@alpha) (2019-09-16)