Skip to content

Commit 0fc866a

Browse files
committed
add CI badge #7
1 parent 8d3ca04 commit 0fc866a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Main Workflow
2-
on: pull_request
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/main/badge.svg)](https://github.com/elixir-sqlite/ecto_sqlite3/actions)
4+
35
An Ecto SQLite3 Adapter.
46

57

0 commit comments

Comments
 (0)