Skip to content

Commit

Permalink
Add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Oct 31, 2024
1 parent 999aaba commit f7a17cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-ios-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: build-ios-app
on:
push:
branches-ignore:
- main
- develop
jobs:
build:
runs-on: macOS
steps:
- uses: actions/checkout@v2
- run: fastlane build

0 comments on commit f7a17cf

Please sign in to comment.