We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d3ca04 + 05cdd88 commit ab28b18Copy full SHA for ab28b18
.github/workflows/main.yml renamed to .github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
-name: Main Workflow
2
-on: pull_request
+name: CI
+on: [push, pull_request]
3
jobs:
4
test-elixir:
5
runs-on: ubuntu-latest
README.md
@@ -1,5 +1,7 @@
# Ecto SQLite3 Adapter
+[](https://github.com/elixir-sqlite/ecto_sqlite3/actions)
+
An Ecto SQLite3 Adapter.
6
7
0 commit comments