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:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -10,7 +11,7 @@ jobs:
|
|||
build:
|
||||
|
||||
name: Build and test
|
||||
runs-on: "ubuntu:20.04"
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
|
|
|||
Loading…
Reference in New Issue