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