diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 101149f..feb0d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,10 @@ on: # Trigger the workflow on push to master or develop, except tag creation push: branches: - - 'master' - - 'develop' + - "master" + - "develop" tags-ignore: - - '**' + - "**" # Trigger the workflow on pull request pull_request: ~ @@ -27,6 +27,7 @@ jobs: uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main with: eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }} + codecov_upload: true secrets: inherit # Build downstream packages on HPC