Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
master -> main
  • Loading branch information
dylan-asmar authored Jan 4, 2024
1 parent 8ed3b5a commit 5083ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
tags: '*'
pull_request:
jobs:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
files: lcov.info
files: lcov.info

0 comments on commit 5083ce2

Please sign in to comment.