Skip to content

Zhani/adapt new backend api #12

Zhani/adapt new backend api

Zhani/adapt new backend api #12

name: Build Feature Branch
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
build_type: [Release, Debug]
uses: ./.github/workflows/build.yml
with:
build_type: ${{ matrix.build_type }}