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 name: Build and Push application Docker image
command: | command: |
cd build && make release cd build && make release
# workflows: workflows:
# build_and_deploy: build_and_deploy:
# jobs: jobs:
# - release: - release:
# filters: filters:
# branches: branches:
# only: main only: dev