Skip to content

Commit 03699fc

Browse files
committed
Update GH actions
1 parent b606104 commit 03699fc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/android-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Android Build & Deploy
22

33
on:
44
push:
5-
branches: [ main, 'release/**' ]
65
tags: ['*']
76
workflow_dispatch:
87

.github/workflows/ios-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: iOS Build & Deploy
22

33
on:
44
push:
5-
branches: [ main, 'release/**' ]
5+
tags: ['*']
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)