Skip to content

Commit 53af6ff

Browse files
authored
Merge pull request #8 from netdata/fix/workflow-ci
fix workflow ci
2 parents b73344f + b95c723 commit 53af6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
- production
3030

3131
env:
32-
BRANCH: ${{ github.head_ref || github.ref_name || github.event.inputs.BRANCH }}
32+
BRANCH: ${{ github.event.inputs.BRANCH || github.ref }}
3333
DEPLOY: ${{ github.event.inputs.DEPLOY || 'false' }}
3434
ENV: ${{ github.event.inputs.ENV || 'testing' }}
3535

0 commit comments

Comments
 (0)