From f9fca8c0a00af28c7905ad3a3ca03d55bb5ce714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 21:19:50 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20resolve=20conflitos=20em=20CHANGELOG.md?= =?UTF-8?q?=20ap=C3=B3s=20merge=20de=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 3266e12..170d70e 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -4,7 +4,7 @@ name: CI & CD on: push: branches: - - master + - dev jobs: lint_commits: @@ -23,7 +23,7 @@ jobs: run: npm ci --no-audit - name: Lint Commit Messages - run: npx commitlint --from=origin/master --to=HEAD + run: npx commitlint --from=origin/dev --to=HEAD release: name: Release