Skip to content

Add build workflow

Add build workflow #1

Workflow file for this run

name: build-ios-app
on:
push:
branches-ignore:
- main
- develop
jobs:
build:
runs-on: macOS
steps:
- uses: actions/checkout@v2
- run: fastlane build