remove workflow run restrictions for now
This commit is contained in:
parent
0819b8b201
commit
e3d2c51c6d
@ -2,8 +2,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
# paths:
|
||||||
- frontend/**
|
# - frontend/**
|
||||||
|
|
||||||
|
|
||||||
name: Build and release debug APK
|
name: Build and release debug APK
|
||||||
|
@ -2,8 +2,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
# paths:
|
||||||
- frontend/**
|
# - frontend/**
|
||||||
|
|
||||||
name: Build and release debugging app to ios testflight
|
name: Build and release debugging app to ios testflight
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ platform :ios do
|
|||||||
skip_build_archive: true,
|
skip_build_archive: true,
|
||||||
archive_path: "../build/ios/archive/Runner.xcarchive"
|
archive_path: "../build/ios/archive/Runner.xcarchive"
|
||||||
)
|
)
|
||||||
|
|
||||||
upload_to_app_store(
|
upload_to_app_store(
|
||||||
skip_screenshots: true,
|
skip_screenshots: true,
|
||||||
skip_metadata: true,
|
skip_metadata: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user