We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5231658 commit dbc2b5eCopy full SHA for dbc2b5e
.github/workflows/pull_request.yml
@@ -113,7 +113,7 @@ jobs:
113
with:
114
dry_run: true
115
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
116
- branch_name: main
+ branch_name: ${{ github.event.pull_request.head.ref }}
117
publish_package: true
118
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
119
secrets: inherit
0 commit comments