From 2340355e6cbe57bcd52d9b038f4661f03d3c0401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:19:07 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20deploy?= =?UTF-8?q?=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 8bea5b3..cdec8fd 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -25,7 +25,7 @@ jobs: - name: Lint Commit Messages # Se qualquer mensagem não corresponder ao Conventional Commits, este step falha - run: npx commitlint --from=origin/master --to=HEAD + run: npx commitlint --from=origin/dev --to=HEAD release: name: Release