Skip to content

Commit 92e52db

Browse files
authored
update CI, add badge (#119)
1 parent 9b23116 commit 92e52db

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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
# Exqlite
22

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

57
If you are looking for the Ecto adapater, take a look at the

0 commit comments

Comments
 (0)