Skip to content

Commit b652737

Browse files
authored
Merge pull request #91 from JuliaTesting/nhd-ci-1.11
Update CI.yml to 1.11 release (🎉), add nightly
2 parents 3d198c7 + d7919f1 commit b652737

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/CI.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches: [main, master]
5+
tags: ["*"]
6+
pull_request:
57
jobs:
68
test:
79
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -21,7 +23,8 @@ jobs:
2123
- '1.8'
2224
- '1.9'
2325
- '1.10'
24-
- '^1.11.0-beta2'
26+
- '1.11'
27+
- 'nightly'
2528
os:
2629
- ubuntu-latest
2730
- windows-latest

0 commit comments

Comments
 (0)