We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7daa0 commit bbda0eaCopy full SHA for bbda0ea
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
branches:
8
- master
9
tags: '*'
10
+ workflow_dispatch:
11
jobs:
12
test:
13
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments