Skip to content

Commit 3ba551c

Browse files
author
hugovalente-pm
committed
Merge remote-tracking branch 'upstream/master' into readme-review
2 parents c08d825 + 53af6ff commit 3ba551c

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)