We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c145cf commit a28fe87Copy full SHA for a28fe87
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
branches:
8
- main
9
tags: '*'
10
+ release:
11
+ types:[released]
12
jobs:
13
test:
14
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments