삼성카드 백신 앱 onestore 대응 #218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |