Don't default to main for build-cli (#3467)

This commit is contained in:
Jack Amadeo
2025-07-16 21:05:54 -04:00
committed by GitHub
parent 794f14bc8a
commit cd940dd6f7

View File

@@ -17,7 +17,7 @@ on:
ref:
type: string
required: false
default: 'refs/heads/main'
default: ""
name: "Reusable workflow to build CLI"