Skip to content

Commit 47da3a5

Browse files
committed
rename job
1 parent 28b5883 commit 47da3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golang.yml renamed to .github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: golang
1+
name: ci
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KVDB
22

3-
[![CI](https://github.com/bluesky-social/kvdb/actions/workflows/golang.yml/badge.svg)](https://github.com/bluesky-social/kvdb/actions/workflows/golang.yml)
3+
[![CI](https://github.com/bluesky-social/kvdb/actions/workflows/ci.yml/badge.svg)](https://github.com/bluesky-social/kvdb/actions/workflows/ci.yml)
44

55
**NOTE:** This repository is under heavy development and is not suitable for general production use yet. Do not use!
66

0 commit comments

Comments
 (0)