Skip to content

Commit e7f4c40

Browse files
committed
chore(ci): temporarily trigger Release workflow on release-test/win-shortcuts
Builds and signs a test release off this branch so the Windows shortcut fix can be validated on a real installer. The Create Release job stays gated to tags/workflow_dispatch, so this does not publish a public release. Revert before merging the fix to main.
1 parent 8afeb96 commit e7f4c40

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Release
33
on:
44
pull_request:
55
push:
6+
branches:
7+
# TEMP: build/sign a test release off this branch (does not publish a
8+
# GitHub Release — that job is gated to tags/dispatch). Drop before merge.
9+
- release-test/win-shortcuts
610
tags:
711
- "v*"
812
workflow_dispatch:

0 commit comments

Comments
 (0)