fix go mod

This commit is contained in:
crgimenes
2023-04-08 11:13:22 -03:00
parent 96ad613eef
commit 4245ae1378
3 changed files with 44 additions and 14 deletions

View File

@@ -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