Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33070154
D9579.1768442480.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
618 B
Referenced Files
None
Subscribers
None
D9579.1768442480.diff
View Options
diff --git a/.github/workflows/ios_ci.yml b/.github/workflows/ios_ci.yml
--- a/.github/workflows/ios_ci.yml
+++ b/.github/workflows/ios_ci.yml
@@ -2,7 +2,9 @@
on:
push:
- branches: [master]
+ branches:
+ - master
+ - 'debugci/*'
paths-ignore:
- 'landing/**'
- 'web/**'
@@ -66,3 +68,7 @@
- name: Clean up keychain
if: ${{ always() }}
run: security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
+
+ - name: Set up tmate session
+ if: failure() && startsWith(github.ref, 'refs/heads/debugci/')
+ uses: mxschmitt/action-tmate@v3
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 2:01 AM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5935270
Default Alt Text
D9579.1768442480.diff (618 B)
Attached To
Mode
D9579: [CI] run iOS Build CI on push to CI branch
Attached
Detach File
Event Timeline
Log In to Comment