We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f869828 commit 48f5901Copy full SHA for 48f5901
1 file changed
.github/workflows/coverage.yaml
@@ -143,5 +143,6 @@ jobs:
143
with:
144
token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN_CLASSIC }}
145
force: true
146
+ branch: ${{ github.event.pull_request.head.ref || github.ref }}
147
# unprotect_reviews: true
148
debug: true
0 commit comments