Skip to content

Commit

Permalink
expand CI to branch patch and Julia 1.10 and nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriss committed Jan 3, 2024
1 parent c2e0779 commit 4a2a7f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- main
- patch
paths-ignore:
- '**.md'
- '**.cff'
- 'JOSS/**'
pull_request:
branches:
- main
- patch
paths-ignore:
- '**.md'
- '**.cff'
Expand All @@ -24,8 +26,8 @@ jobs:
matrix:
version:
- '1.9'
# - '^1.9.0-0'
# - 'nightly'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down

0 comments on commit 4a2a7f9

Please sign in to comment.