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