From 23f6332d5a70d30b73551c90a056acd66bfed73e Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:07:45 +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