From a1cc1ed79622c933ee18dba974789bd39e49e8d3 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Mon, 17 Jul 2023 20:13:19 +0200 Subject: [PATCH] Make it possible to manually trigger CI workflow --- .github/workflows/elixir.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index acde71a..65f2147 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -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