diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23c137a..1243706 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 }}