Skip to content

Commit 876b09c

Browse files
committed
[readme] add the actions badge
1 parent 89e4354 commit 876b09c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/default.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: tests
55

66
on:
77
- pull_request
8+
push:
9+
branches:
10+
master
811

912
jobs:
1013
build:

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
![version](https://img.shields.io/pypi/pyversions/late.svg)
33
![fury](https://badge.fury.io/py/Late.svg)
44
![downloada](https://img.shields.io/pypi/dm/Late.svg)
5+
![actions](https://github.com/neogeny/Late/workflows/tests/badge.svg)
56

67
# Late
78
Late binding for Python default arguments

0 commit comments

Comments
 (0)