mirror of https://github.com/YosysHQ/yosys.git
fix: trigger release workflow on main branch, not master
Made-with: Cursor
This commit is contained in:
parent
fc4ff6ecd2
commit
2c1d160930
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue