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 cfd91af commit cabb219Copy full SHA for cabb219
.github/workflows/local-node-test.yaml
@@ -15,4 +15,4 @@ jobs:
15
networkNodeTag: ""
16
mirrorNodeTag: ""
17
relayTag: ""
18
- branch: ${{ github.ref_name }}
+ branch: ${{ github.event.pull_request.head.ref || github.ref_name }}
0 commit comments