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