Skip to content

Commit eb3d4c6

Browse files
committed
༎ຶ‿༎ຶ
1 parent 60eb856 commit eb3d4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
build-previewctl:
4949
name: Build previewctl
5050
needs: [configuration]
51-
if: {{ needs.configuration.preview_enable == 'true '}
51+
if: ${{ needs.configuration.preview_enable == 'true' || needs.configuration.is_main_branch == 'true' }}
5252
concurrency:
5353
group: ${{ github.head_ref || github.ref }}-build-previewctl
5454
# see comment in build-gitpod below for context

0 commit comments

Comments
 (0)