From 9f45b511045920f05e65cc949fd3795c4e744a92 Mon Sep 17 00:00:00 2001 From: Abhimanyu Susobhanan Date: Tue, 12 Sep 2023 11:43:51 -0500 Subject: [PATCH] Update 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 578eb49..102a38d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: - main tags: '*' + workflow_dispatch: jobs: jl-test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}