summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-04-12 09:33:47 -0500
committerGitHub <noreply@github.com>2020-04-12 10:33:47 -0400
commitdca40f024498c73d2b9805439ea65eefbf51b008 (patch)
tree5a9ef39ba7162fa5799b11f6961df44d5d88767d
parentb77e52961e99098f53238d9045c8a6fc44a117cf (diff)
downloadpy-bcrypt-git-dca40f024498c73d2b9805439ea65eefbf51b008.tar.gz
name the GA jobs and update the README (#202)
-rw-r--r--.github/workflows/ci.yml3
-rw-r--r--.github/workflows/wheel-builder.yml1
-rw-r--r--README.rst4
3 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a4d3b3..1aa68be 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }} \ No newline at end of file
+ TOXENV: ${{ matrix.PYTHON.TOXENV }}
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index b24ab35..d66c191 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -1,3 +1,4 @@
+name: Wheel Builder
on:
repository_dispatch:
types: [wheel-builder]
diff --git a/README.rst b/README.rst
index 4992e32..b63b2e0 100644
--- a/README.rst
+++ b/README.rst
@@ -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