Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xuestrange committed Oct 11, 2023
2 parents 81cd278 + 3b7f732 commit 0abc727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Log2file

[![Build Status](https://github.com/xuestrange/Log2file.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/xuestrange/Log2file.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/xuestrange/Log2file.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/xuestrange/Log2file.jl)
[![Build Status](https://github.com/xuestrange/Log2file.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/xuestrange/Log2file.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/xuestrange/Log2file.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/xuestrange/Log2file.jl)


A Julia package used to log(write) some messages with the timestamp instantly to a log file.
Expand Down

0 comments on commit 0abc727

Please sign in to comment.