fix: trigger release workflow on main branch, not master

Made-with: Cursor
This commit is contained in:
Akash Levy 2026-02-28 12:03:52 -08:00
parent fc4ff6ecd2
commit 2c1d160930
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Release (anylinux amd64 wheel)
on:
push:
branches:
- master
- main
workflow_dispatch:
permissions:
@ -68,7 +68,7 @@ jobs:
WHEEL_NAME=$(basename "$WHEEL")
echo "wheel_name=$WHEEL_NAME" >> "$GITHUB_OUTPUT"
printf '%s\n' \
"Automated build from \`master\` @ [\`${SHORT_SHA}\`](${REPO_URL}/commit/${FULL_SHA})" \
"Automated build from \`main\` @ [\`${SHORT_SHA}\`](${REPO_URL}/commit/${FULL_SHA})" \
"" \
"**Platform:** Linux amd64 (Alpine-based, portable across Linux distros)" \
"**Built:** ${DATE}" \