feat: Alteração trigger deploy branch master para dev

This commit is contained in:
2025-06-11 20:23:51 -03:00
parent 772a1ac9e9
commit 1b2aaff753

View File

@ -1,10 +1,11 @@
# .gitea/workflows/ci-and-cd.yml
name: CI & CD
on:
push:
branches:
- master
#- dev
#- master
- dev
jobs:
lint_commits:
@ -24,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