fix go mod
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: Build Executables
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*" # triggers only if push new tag version, like `0.8.4` or else
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user