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