Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Carrillo e6756888e7
Ensure tests run for every push 2020-12-26 19:00:42 +01:00
Daniel Carrillo 3e03e532fd
Add badges to README.md 2020-12-26 18:50:48 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,6 @@ on:
jobs:
tests:
runs-on: ${{ matrix.os }}
if: github.event_name == 'pull_request'
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
@ -39,6 +38,7 @@ jobs:
build_publish:
runs-on: ubuntu-latest
needs: tests
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2

View File

@ -4,6 +4,9 @@ The digaws lookup tool displays information for a given IP address (v4 o v6) or
In order to save bandwidth and time this tool requests the [AWS IP ranges](https://ip-ranges.amazonaws.com/ip-ranges.json) and keeps
a cached version until a new version is published.
![PyPI version](https://badge.fury.io/py/digaws.svg)
![CI](https://github.com/dcarrillo/digaws/workflows/CI/badge.svg)
## Requirements
Python >= 3.7