mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 12:00:30 +00:00
fixed build yaml file too
This commit is contained in:
parent
681c43ec69
commit
982fe468c8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -3,6 +3,10 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build-ios:
|
||||
name: Build IPA
|
||||
|
|
|
|||
Loading…
Reference in a new issue