Skip to content

Flutter - added ICP info & fixed API address #8

Flutter - added ICP info & fixed API address

Flutter - added ICP info & fixed API address #8

Workflow file for this run

name: Main Workflow - When PR to main branch updates
on:
pull_request_target:
branches: [main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
ENV_TYPE: dev
cd:
needs: ci
uses: ./.github/workflows/cd.yml
with:
ENV_TYPE: dev
secrets: inherit