chore: modify github workflows

This commit is contained in:
Skyxim
2022-05-01 11:56:45 +08:00
parent 368a44ff73
commit 10a9eab542
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
name: alpha
name: release-test
on:
push:
branches:
- "Meta"
tags:
- "v*"
jobs:
@@ -27,7 +29,7 @@ jobs:
${{ runner.os }}-go-
- name: Test
run: |
go test ./..
go test ./...
- name: Build
if: success()
env: