From b2af1d6c0b439f6609d75a62a435763ecd5cd086 Mon Sep 17 00:00:00 2001 From: ThePotato97 <10260415+ThePotato97@users.noreply.github.com> Date: Sat, 3 Jan 2026 19:24:18 +0000 Subject: [PATCH] add branch name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c4e60d..3798d6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Windows Build on: push: - branches: [ "master", "main", "development" ] + branches: [ "master", "main", "webview-windows" ] pull_request: - branches: [ "master", "main", "development" ] + branches: [ "master", "main", "webview-windows" ] jobs: build: