From 603e62ca6794e3ec87b9658abb343eb5b86712ab Mon Sep 17 00:00:00 2001 From: IgorKohan Date: Mon, 12 Apr 2021 14:23:51 +0200 Subject: [PATCH] . --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bf0e6f..884d0f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,10 @@ on: branches: - master tags: '*' + +# Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}