Skip to content

Commit b95c723

Browse files
committed
fix workflow ci
1 parent b73344f commit b95c723

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)