mirror of
https://github.com/nkanaev/yarr.git
synced 2025-07-08 16:00:11 +00:00
update github build workflow
This commit is contained in:
parent
5fa27a99da
commit
ed8f2ab96f
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…
x
Reference in New Issue
Block a user