summary refs log tree commit diff stats
path: root/.github/workflows/windows-build.yml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2024-02-11 19:15:24 -0300
committerSoniEx2 <endermoneymod@gmail.com>2024-02-11 19:15:24 -0300
commit05bbe1d5a6329c6bcfa4108694533330f243d0a1 (patch)
treec558dbdf771cc4e24b8b3e43e834a4047862c61f /.github/workflows/windows-build.yml
parent230a70d02e13123436815635a41824f906671505 (diff)
Enable CI
Diffstat (limited to '.github/workflows/windows-build.yml')
-rw-r--r--.github/workflows/windows-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml
index dbbf6499..aba1dcd1 100644
--- a/.github/workflows/windows-build.yml
+++ b/.github/workflows/windows-build.yml
@@ -2,10 +2,10 @@ name: Windows Build
 on:
   push:
     branches:
-      - master
+      - default
   pull_request:
     branches:
-      - master
+      - default
 
 jobs:
   windows_build: