Skip to content

Commit 64ec777

Browse files
authored
Merge pull request #12 from JuliaComputing/sp/fix-ci-branch
Run CI on main
2 parents 4ba03d7 + 80328cf commit 64ec777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- master
6+
- main
77
tags: '*'
88
jobs:
99
test:
@@ -38,4 +38,4 @@ jobs:
3838
${{ runner.os }}-test-
3939
${{ runner.os }}-
4040
- uses: julia-actions/julia-buildpkg@v1
41-
- uses: julia-actions/julia-runtest@v1
41+
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)