From 84d5fa466e2da5a3828a37ae52c45d48246bdf16 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Sun, 26 Oct 2025 21:10:35 +0530 Subject: [PATCH] stop linux ci development for the old version is stopped. rewrite wip --- .github/workflows/ci-linux.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ef4050f..a26b3ba 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -1,9 +1,10 @@ name: Build LibrePods Linux on: - push: - branches: - - '*' + workflow_dispatch: +# push: +# branches: +# - '*' jobs: build-linux: @@ -33,4 +34,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: librepods-linux - path: linux/build/librepods \ No newline at end of file + path: linux/build/librepods