From 4c3ab5accd63e2af59d3cc2e7d4d17b09e64fd68 Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:07:38 +0000 Subject: [PATCH] windows build is optional --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index ef4f972..1966249 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -61,7 +61,7 @@ branches: required_pull_request_reviews: null required_status_checks: strict: false - contexts: ['Build & Test (Windows)', 'Build, Test & Pack (Linux)'] + contexts: ['Build, Test & Pack (Linux)'] enforce_admins: false required_linear_history: false restrictions: null