new(ci): Build alpha releases on tag

This commit is contained in:
Jagandeep Brar
2022-01-08 12:18:33 -06:00
parent 3f1f727c8c
commit 0052f7c93d
3 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ name: '[Build] Alpha - Android'
on:
workflow_dispatch:
push:
tags: ['alpha']
jobs:
build:

View File

@@ -2,6 +2,8 @@ name: '[Build] Alpha - iOS'
on:
workflow_dispatch:
push:
tags: ['alpha']
jobs:
build:

View File

@@ -2,6 +2,8 @@ name: '[Build] Alpha - macOS'
on:
workflow_dispatch:
push:
tags: ['alpha']
jobs:
build: