Skip to content

Commit 05cdd88

Browse files
committed
fix ci badge link
1 parent 0fc866a commit 05cdd88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main Workflow
1+
name: CI
22
on: [push, pull_request]
33
jobs:
44
test-elixir:

README.md

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

3-
[![Build Status](https://github.com/elixir-sqlite/ecto_sqlite3/workflows/main/badge.svg)](https://github.com/elixir-sqlite/ecto_sqlite3/actions)
3+
[![Build Status](https://github.com/elixir-sqlite/ecto_sqlite3/workflows/CI/badge.svg)](https://github.com/elixir-sqlite/ecto_sqlite3/actions)
44

55
An Ecto SQLite3 Adapter.
66

0 commit comments

Comments
 (0)