Skip to content

Commit 6793795

Browse files
Update pipelines.yml
1 parent 69ecce5 commit 6793795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
nutter run "$DEV_DIRECTORY/unit-tests/" --cluster_id $CLUSTER_ID --recursive --junit_report --timeout 500
4343
4444
OnRelease:
45-
if: github.event.pull_request.merged == true and startsWith(github.head_ref, 'main')
45+
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'main')
4646
environment: prod
4747
needs: OnPush
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)