Skip to content

Commit 5cab654

Browse files
authored
Refactor CI workflow triggers for better coverage
Updated CI workflow to include pull requests and workflow dispatch.
1 parent 3f66314 commit 5cab654

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ name: CI
22
env:
33
JULIA_NUM_THREADS: 2
44
on:
5-
pull_request:
6-
branches:
7-
- master
85
push:
9-
branches:
10-
- master
11-
tags: '*'
6+
branches: [master]
7+
tags: ['*']
8+
pull_request:
9+
workflow_dispatch:
1210
jobs:
1311
test:
1412
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)