aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-07-28 23:29:33 -0700
committerMohamedBassem <me@mbassem.com>2024-07-28 23:31:12 -0700
commitc7f9febf04541ac9b68a4cb6cb48251e41b51d05 (patch)
treeb9da309c9e3ecbfef8ab64888ca1ab55184c8c5c /.github
parent7ddfcad392abf5b4c2994c03f599d3a22e51ca96 (diff)
downloadkarakeep-c7f9febf04541ac9b68a4cb6cb48251e41b51d05.tar.zst
fix(mobile): Change the hoarded page to no longer be a modal to allow AddToList to work
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml2
-rw-r--r--.github/workflows/ios.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 4879e1b9..610556d0 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -3,7 +3,7 @@ name: Android App Release Build
on:
push:
tags:
- - 'android/v[0-9]+.[0-9]+.[0-9]+'
+ - 'android/v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
jobs:
build:
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index fcb50f20..d98ae20b 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -3,7 +3,7 @@ name: iOS App Release Build
on:
push:
tags:
- - 'ios/v[0-9]+.[0-9]+.[0-9]+'
+ - 'ios/v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
jobs:
build: