Build only on version tag push

This commit is contained in:
zarzet
2026-01-01 19:39:01 +07:00
parent b3f5c7b2dc
commit b0016fb510
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -2,9 +2,8 @@ name: Android Build
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
tags:
- 'v*'
workflow_dispatch:
jobs:
+2 -3
View File
@@ -2,9 +2,8 @@ name: iOS Build
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
tags:
- 'v*'
workflow_dispatch:
jobs: