Skip to content

Commit ad3568b

Browse files
ci(windows-worker): add push trigger on the prototype branch
Lets the Build Windows Worker workflow auto-run on pushes to feature/windows-worker-packaging so we can validate the hosted windows-latest build before merging to main (workflow_dispatch only registers from the default branch). Keeps workflow_dispatch for later. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26f310eb-4680-4102-a8aa-f8d041940ab4
1 parent 7253189 commit ad3568b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-windows-worker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: Build Windows Worker
88
# Does not touch the existing Linux publish-npm.yml flow.
99

1010
on:
11+
push: # auto-run on this prototype branch so we can see output pre-merge
12+
branches:
13+
- feature/windows-worker-packaging
1114
workflow_dispatch:
1215
inputs:
1316
build_image:

0 commit comments

Comments
 (0)