Skip to content

Commit e3753cf

Browse files
authored
Update CI.yml
1 parent c05559f commit e3753cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
pull_request:
5+
workflow_dispatch:
56
jobs:
67
test:
78
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)