Skip to content

Commit d2789f0

Browse files
authored
Merge pull request #10 from JuliaFolds2/MasonProtter-patch-2
Add v1 test CI
2 parents 88da813 + b1150c0 commit d2789f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
pull_request:
4+
push:
5+
branches: master
56
jobs:
67
test:
78
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -11,7 +12,8 @@ jobs:
1112
matrix:
1213
version:
1314
- '1.9'
14-
- '1.10.0'
15+
- '1.10'
16+
- '1'
1517
- 'nightly'
1618
os:
1719
- ubuntu-latest

0 commit comments

Comments
 (0)