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