From e171a780f7ccd8ab12ef0a051cd95809f5453053 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 21:33:48 +0000 Subject: [PATCH] fix: corrige typo no workflow deploy.yml (mastter-a -> master-a) Agent-Logs-Url: https://github.com/renanduart3/renanduart3.github.io/sessions/cd48d2f2-ebd4-445b-852b-0b0643adc2d3 Co-authored-by: renanduart3 <13355599+renanduart3@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11f67bc..4e67cf0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy Portfolio on: push: - branches: [ mastter-a ] + branches: [ master-a ] pull_request: branches: [ master-a ]