From 3e3ce5a34f89857a1a78fa9d61ce1e421308002c Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 5 Oct 2024 16:22:19 -0700 Subject: [PATCH] Always run SDL even if no changes --- build/DirectXTex-SDL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/DirectXTex-SDL.yml b/build/DirectXTex-SDL.yml index 2a48637f..9718cafc 100644 --- a/build/DirectXTex-SDL.yml +++ b/build/DirectXTex-SDL.yml @@ -11,6 +11,7 @@ schedules: branches: include: - main + always: true # GitHub Actions handles CodeQL and PREFAST for CI/PR trigger: none