name the GA jobs and update the README (#202)

This commit is contained in:
Paul Kehrer 2020-04-12 09:33:47 -05:00 committed by GitHub
parent b77e52961e
commit dca40f0244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
name: CI
on:
pull_request: {}
push:
@ -63,4 +64,4 @@ jobs:
- run: pip install tox
- run: tox
env:
TOXENV: ${{ matrix.PYTHON.TOXENV }}
TOXENV: ${{ matrix.PYTHON.TOXENV }}

View File

@ -1,3 +1,4 @@
name: Wheel Builder
on:
repository_dispatch:
types: [wheel-builder]

View File

@ -8,8 +8,8 @@ bcrypt
.. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master
:target: https://travis-ci.org/pyca/bcrypt
.. image:: https://dev.azure.com/pyca/bcrypt/_apis/build/status/bcrypt-CI?branchName=master
:target: https://dev.azure.com/pyca/bcrypt/_build/latest?definitionId=8&branchName=master
.. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=master
:target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amaster
Good password hashing for your software and your servers