From 3377a9da5e5506a1b8bc2a247eb1daa2439fb173 Mon Sep 17 00:00:00 2001 From: Joe George Date: Mon, 9 Dec 2024 11:25:23 -0500 Subject: [PATCH] fixes --- .github/workflows/coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 16d7ee4e6ae..d81f37a2c6b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,6 +2,9 @@ name: Generate API Coverage on: workflow_dispatch: + push: + branches: + - java-coverage jobs: generate-cpp-coverage-report: @@ -131,4 +134,4 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_S3_CODE_BUCKET: ${{ secrets.AWS_S3_CODE_BUCKET }} AWS_DEFAULT_REGION: us-east-1 - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main'