r/master/main

Partially an experiment, and partly because it's shorter to type.
This commit is contained in:
jrconlin 2020-06-13 05:45:44 +00:00
parent 68e90b60d6
commit 8fccd46be3
No known key found for this signature in database
GPG Key ID: D2B33CD056ABD330
2 changed files with 3 additions and 6 deletions

View File

@ -48,7 +48,7 @@ jobs:
- run:
name: Deploy to Dockerhub
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "main" ]; then
DOCKER_TAG="latest"
fi
@ -85,4 +85,3 @@ workflows:
filters:
tags:
only: /.*/

View File

@ -1,7 +1,7 @@
[![Build
Status](https://travis-ci.org/web-push-libs/pywebpush.svg?branch=master)](https://travis-ci.org/web-push-libs/pywebpush)
Status](https://travis-ci.org/web-push-libs/pywebpush.svg?branch=main)](https://travis-ci.org/web-push-libs/pywebpush)
[![Requirements
Status](https://requires.io/github/web-push-libs/pywebpush/requirements.svg?branch=master)](https://requires.io/github/web-push-libs/pywebpush/requirements/?branch=master)
Status](https://requires.io/github/web-push-libs/pywebpush/requirements.svg?branch=main)](https://requires.io/github/web-push-libs/pywebpush/requirements/?branch=main)
# Webpush Data encryption library for Python
@ -194,5 +194,3 @@ If you're interested in just testing your applications WebPush interface, you co
which will encrypt and send the contents of `stuff_to_send.data`.
See `./bin/pywebpush --help` for available commands and options.