name the GA jobs and update the README (#202)
This commit is contained in:
parent
b77e52961e
commit
dca40f0244
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
1
.github/workflows/wheel-builder.yml
vendored
1
.github/workflows/wheel-builder.yml
vendored
@ -1,3 +1,4 @@
|
||||
name: Wheel Builder
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [wheel-builder]
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user