Skip to content

Add folder creation service and update repository logic. #79

Add folder creation service and update repository logic.

Add folder creation service and update repository logic. #79

Workflow file for this run

name: "Build and test branch"
on:
push:
branches:
- '*'
- '!master'
- '!develop'
jobs:
build_and_test_branch:
uses: ./.github/workflows/build_and_test.yml
with:
DOCKER_IMAGE_APP: "econumo/api-backend:latest"
secrets: inherit