From 4f9a5151898f20ffacdb6b283bcbf7bcd2830645 Mon Sep 17 00:00:00 2001 From: ykiko Date: Mon, 10 Feb 2025 17:45:03 +0800 Subject: [PATCH] Turn off xmake CI temporarily. (#66) --- .github/workflows/xmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xmake.yml b/.github/workflows/xmake.yml index 3b8d68b3..0d218d04 100644 --- a/.github/workflows/xmake.yml +++ b/.github/workflows/xmake.yml @@ -2,9 +2,9 @@ name: xmake on: push: - branches: [ main ] + branches: [ non-existent-branch ] pull_request: - branches: [ main ] + branches: [ non-existent-branch ] paths-ignore: - '.clang-format' - '.clangd'