Skip to content

Commit 64d210b

Browse files
Trigger the Windows build on pushes to this branch (temporary)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4e1ae6e commit 64d210b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ name: Windows build (no release)
66

77
on:
88
workflow_dispatch:
9+
# TEMPORARY while windows-support is in review: run on pushes to the branch so
10+
# the build can be verified before the workflow exists on main. Remove on merge.
11+
push:
12+
branches: [windows-support]
913

1014
jobs:
1115
build:

0 commit comments

Comments
 (0)