From f207bd14276ba26ef4b1af3425065231b0cfde29 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 5 Aug 2025 23:14:11 +0200 Subject: [PATCH] Update backend.yml Signed-off-by: Ettore Di Giacinto --- .github/workflows/backend.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 0142018c7..fb05611e0 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -2,7 +2,6 @@ name: 'build backend container images' on: - pull_request: push: branches: - master @@ -1099,4 +1098,4 @@ jobs: run: | for tag in $(echo "${{ steps.quaymeta.outputs.tags }}" | tr ',' '\n'); do crane push llama-cpp.tar $tag - done \ No newline at end of file + done