ci: testnew workflow

This commit is contained in:
leandrofars 2024-04-13 13:24:34 -03:00
parent 2270ea33f6
commit b77b973ff1

View File

@ -13,10 +13,10 @@ jobs:
name: Build and Push application Docker image
command: |
cd build && make release
# workflows:
# build_and_deploy:
# jobs:
# - release:
# filters:
# branches:
# only: main
workflows:
build_and_deploy:
jobs:
- release:
filters:
branches:
only: dev