From 330cf6e28326cb65b625e93578f6f6827b4aa694 Mon Sep 17 00:00:00 2001 From: swastik7777 <126863868+swastik7777@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:28:17 +0530 Subject: [PATCH] Update docker-publish.yml --- guestbook-go/.github/ workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook-go/.github/ workflows/docker-publish.yml b/guestbook-go/.github/ workflows/docker-publish.yml index 99544e7a..163a87db 100644 --- a/guestbook-go/.github/ workflows/docker-publish.yml +++ b/guestbook-go/.github/ workflows/docker-publish.yml @@ -3,7 +3,7 @@ name: Build and Push Docker Image on: push: branches: - - main # Change this to the branch you want to trigger the action + - master # Change this to the branch you want to trigger the action jobs: build-and-push: