Make it possible to manually trigger CI workflow
This commit is contained in:
parent
57f64bea91
commit
a1cc1ed796
|
|
@ -2,6 +2,7 @@ name: Elixir CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -10,7 +11,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: "ubuntu:20.04"
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue