From 6f917552724ac96a7cf807f3bdbe34e82e8df6c9 Mon Sep 17 00:00:00 2001 From: Maxson Almeida Date: Wed, 29 Oct 2025 17:42:19 -0300 Subject: [PATCH] =?UTF-8?q?Corrigir=20branch=20de=20push=20para=20'master'?= =?UTF-8?q?=20no=20workflow=20de=20publica=C3=A7=C3=A3o=20da=20imagem=20Do?= =?UTF-8?q?cker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/workflow_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow_build.yaml b/.github/workflows/workflow_build.yaml index 9e5dbd7..f900b64 100644 --- a/.github/workflows/workflow_build.yaml +++ b/.github/workflows/workflow_build.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - main + - master jobs: build: name: Build and push Docker image