ci: testnew workflow
This commit is contained in:
parent
2270ea33f6
commit
b77b973ff1
|
|
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user