update github build workflow
This commit is contained in:
parent
5fa27a99da
commit
ed8f2ab96f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -2,7 +2,7 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: [v*]
|
||||
tags: ['v*', 'test*']
|
||||
|
||||
jobs:
|
||||
build_macos:
|
||||
|
|
@ -89,6 +89,7 @@ jobs:
|
|||
create_release:
|
||||
name: Create Release
|
||||
runs-on: ubuntu-latest
|
||||
if: !contains(github.ref, 'test')
|
||||
needs: [build_macos, build_windows, build_linux]
|
||||
steps:
|
||||
- name: Create Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue