This commit is contained in:
Florian Forster 2019-11-15 15:38:02 +01:00
parent 5c17919330
commit 3518c4722a
No known key found for this signature in database
GPG key ID: B03784B4B09FB794
2 changed files with 2 additions and 24 deletions

View file

@ -1,10 +1,7 @@
name: Release
on:
push:
branches:
- master
on: push
jobs:
build:
test&build:
runs-on: ubuntu-18.04
strategy:
matrix:

View file

@ -1,19 +0,0 @@
name: Test & Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
go: ['1.11', '1.12', '1.13']
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- run: go run main.go