Compare commits

..

No commits in common. "e6756888e7d099f861a1fa207520f12531bbc161" and "ae7bf28702b2370d0d951b6318d0ea5ca1a86be9" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -11,6 +11,7 @@ on:
jobs:
tests:
runs-on: ${{ matrix.os }}
if: github.event_name == 'pull_request'
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
@ -38,7 +39,6 @@ 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,9 +4,6 @@ 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