Skip to content

Commit 96f7f07

Browse files
melevittflclaude
andcommitted
Trigger Windows build on pushes to feature/portable_build
workflow_dispatch only appears in the GitHub UI once the workflow is on the default branch. Adding a branch push trigger lets the build run while the workflow is still on the feature branch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 40322d5 commit 96f7f07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build Windows Binary
22

33
on:
44
push:
5+
branches:
6+
- feature/portable_build
57
tags:
68
- 'v*'
79
workflow_dispatch:

0 commit comments

Comments
 (0)