Skip to content

Flutter - added ICP info & fixed API address (#14) #9

Flutter - added ICP info & fixed API address (#14)

Flutter - added ICP info & fixed API address (#14) #9

Workflow file for this run

name: Main Workflow - On pushing to main branch
on:
push:
branches: [main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
ENV_TYPE: prod
cd:
needs: ci
uses: ./.github/workflows/cd.yml
with:
ENV_TYPE: prod
secrets: inherit