🔀 chore(ci.yml): update branch configuration for CI/CD pipeline to include 'dev' branch

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-16 11:16:35 -03:00
commit 7ef80c8e78

View file

@ -3,9 +3,10 @@ name: CI/CD Pipeline
on:
push:
branches:
- main
- dev
pull_request:
branches:
- dev
- main
jobs: