Skip to content

Commit 48f5901

Browse files
committed
feat: add branch option to coverage workflow for pull requests
1 parent f869828 commit 48f5901

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,6 @@ jobs:
143143
with:
144144
token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN_CLASSIC }}
145145
force: true
146+
branch: ${{ github.event.pull_request.head.ref || github.ref }}
146147
# unprotect_reviews: true
147148
debug: true

0 commit comments

Comments
 (0)