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.
1 parent 8d3ca04 commit 0fc866aCopy full SHA for 0fc866a
.github/workflows/main.yml
@@ -1,5 +1,5 @@
1
name: Main Workflow
2
-on: pull_request
+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