Skip to content

Commit ab28b18

Browse files
authored
Merge pull request #12 from elixir-sqlite/kcl-ci
add CI badge #7
2 parents 8d3ca04 + 05cdd88 commit ab28b18

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Main Workflow
2-
on: pull_request
1+
name: CI
2+
on: [push, pull_request]
33
jobs:
44
test-elixir:
55
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ecto SQLite3 Adapter
22

3+
[![Build Status](https://github.com/elixir-sqlite/ecto_sqlite3/workflows/CI/badge.svg)](https://github.com/elixir-sqlite/ecto_sqlite3/actions)
4+
35
An Ecto SQLite3 Adapter.
46

57

0 commit comments

Comments
 (0)