From 01faf90ee91af0ba5590c81d07881d5a29be2c52 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Mon, 15 Jan 2024 14:44:11 +0100 Subject: [PATCH] Add a workflow dispatch to ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d22851..1944097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: - master tags: '*' + workflow_dispatch: jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}