Make it possible to manually trigger CI workflow

This commit is contained in:
Martin Frost 2023-07-17 20:13:19 +02:00
parent 57f64bea91
commit a1cc1ed796
1 changed files with 2 additions and 1 deletions

View File

@ -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