Update go.yml

This commit is contained in:
Mustafa Gezen 2021-06-08 20:09:14 +02:00 committed by GitHub
parent 6811daad5d
commit f63085098e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
name: Go
on:
release:
types: [created]
push:
tags:
- '*'
jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout