Skip to content

Commit 6535779

Browse files
authored
Fix CI (#2)
1 parent 9711692 commit 6535779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
push:
77
branches:
8-
- master
8+
- main
99
tags: '*'
1010
jobs:
1111
test:
@@ -60,7 +60,7 @@ jobs:
6060
- uses: julia-actions/setup-julia@v1
6161
with:
6262
version: '^1.6.0-0' # delete this line once Julia 1.6 is released
63-
version: '1' # uncomment this line once Julia 1.6 is released
63+
# version: '1' # uncomment this line once Julia 1.6 is released
6464
- run: |
6565
julia --project=docs -e '
6666
using Pkg

0 commit comments

Comments
 (0)