chore: rename workflows

This commit is contained in:
Zhiqiang Li
2023-04-04 13:46:47 +08:00
parent 4db484394b
commit f64241aed7
3 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: Build
name: CI
on:
push:
@@ -27,6 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: false
go-version-file: go.mod
- name: Build
run: make build

View File

@@ -1,4 +1,4 @@
name: Build Image
name: Release
on:
workflow_dispatch:
@@ -12,7 +12,7 @@ on:
- 'v*'
jobs:
docker:
build-image:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU