Page MenuHomePhabricator

D6554.diff
No OneTemporary

D6554.diff

diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -1,8 +1,9 @@
name: Android Build/Upload to Play Store Console
on:
- release:
- types: [published]
+ push:
+ tags:
+ - mobile-**
jobs:
build:
diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml
--- a/.github/workflows/ios_release.yml
+++ b/.github/workflows/ios_release.yml
@@ -1,8 +1,9 @@
name: iOS Build/Archive/Upload to AppStore Connect
on:
- release:
- types: [published]
+ push:
+ tags:
+ - mobile-**
jobs:
build:

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 5:20 PM (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2678118
Default Alt Text
D6554.diff (679 B)

Event Timeline