Skip to content

Commit d9f575b

Browse files
authored
Update ci.yml
1 parent 5e48a68 commit d9f575b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches:
88
- main
99
tags: '*'
10+
merge_group:
11+
workflow_dispatch:
1012
jobs:
1113
test:
1214
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -43,4 +45,4 @@ jobs:
4345
- uses: julia-actions/julia-processcoverage@v1
4446
- uses: codecov/codecov-action@v1
4547
with:
46-
file: lcov.info
48+
file: lcov.info

0 commit comments

Comments
 (0)