Skip to content

삼성카드 백신 앱 onestore 대응 #218

삼성카드 백신 앱 onestore 대응

삼성카드 백신 앱 onestore 대응 #218

Workflow file for this run

name: Payment SDK Android CI
on:
push:
branch:
- develop
jobs:
build:
strategy:
matrix:
flavor: [ dev, staging, live ]
uses: ./.github/workflows/build-apk.yml
with:
branch: ${{github.ref}}
build_flavor: ${{matrix.flavor}}