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