diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2aa7324..8a842ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: push: paths-ignore: - '**.md' - - 'action.yml' + - '**/release.yaml' branches: - "master" - "main" @@ -79,6 +79,7 @@ jobs: make test CI_RUN=${CI} - name: Upload codecov result uses: codecov/codecov-action@v1 + continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: coverage.out