JustSong
2 lat temu
|
|
@@ -4,6 +4,7 @@ on:
|
|
|
push:
|
|
|
tags:
|
|
|
- '*'
|
|
|
+ - '!*-alpha*'
|
|
|
workflow_dispatch:
|
|
|
inputs:
|
|
|
name:
|
|
|
@@ -6,6 +6,7 @@ on:
|
|
|
push:
|
|
|
tags:
|
|
|
- '*'
|
|
|
+ - '!*-alpha*'
|
|
|
jobs:
|
|
|
release:
|
|
|
runs-on: ubuntu-latest
|
|
|
@@ -6,6 +6,7 @@ on:
|
|
|
push:
|
|
|
tags:
|
|
|
- '*'
|
|
|
+ - '!*-alpha*'
|
|
|
jobs:
|
|
|
release:
|
|
|
runs-on: macos-latest
|
|
|
@@ -6,6 +6,7 @@ on:
|
|
|
push:
|
|
|
tags:
|
|
|
- '*'
|
|
|
+ - '!*-alpha*'
|
|
|
jobs:
|
|
|
release:
|
|
|
runs-on: windows-latest
|