From 2c1f8715dde4084a08117bffae1bbc40e7b9a95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 15:38:13 -0300 Subject: [PATCH] feat: CI/CD - Conventional Commits e Semantic Release --- .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 68d1d22..3cec98b 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -5,7 +5,7 @@ on: push: branches: - master - - dev + #- dev jobs: lint_commits: