Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 9, 2024
1 parent d3174df commit 3377a9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Generate API Coverage

on:
workflow_dispatch:
push:
branches:
- java-coverage

jobs:
generate-cpp-coverage-report:
Expand Down Expand Up @@ -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'

0 comments on commit 3377a9d

Please sign in to comment.