From d8f2bdb1a1be9dfd3d1afb29c130b88157762a4b Mon Sep 17 00:00:00 2001 From: TomP101 <113848215+TomP101@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:24:05 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5e0be1e4..cbac5d443 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,9 +68,8 @@ jobs: run: docker push mr:8084/spring-petclinic:${{ steps.vars.outputs.short_sha }} build_image_main: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: self-hosted - needs: build steps: - uses: actions/checkout@v4 - name: Set up Docker Buildx