mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
new(ci): Build alpha releases on tag
This commit is contained in:
2
.github/workflows/build_alpha_android.yml
vendored
2
.github/workflows/build_alpha_android.yml
vendored
@@ -2,6 +2,8 @@ name: '[Build] Alpha - Android'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags: ['alpha']
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/build_alpha_ios.yml
vendored
2
.github/workflows/build_alpha_ios.yml
vendored
@@ -2,6 +2,8 @@ name: '[Build] Alpha - iOS'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags: ['alpha']
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/build_alpha_macos.yml
vendored
2
.github/workflows/build_alpha_macos.yml
vendored
@@ -2,6 +2,8 @@ name: '[Build] Alpha - macOS'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags: ['alpha']
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user