From cc93db0d9a8e1358ca1e3e6128d1d710fc35e5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 15:32:47 -0300 Subject: [PATCH] feat: CI/CD - Conventional Commits e Semantic Release --- .gitea/workflows/ci-and-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 3f71d8f..68d1d22 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - dev jobs: lint_commits: