mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
Optimize CI workflow
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Go
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v2-beta
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: test and build
|
||||
run: |
|
||||
make
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Go
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
Reference in New Issue
Block a user