Skip to content

Commit 8fccd46

Browse files
committed
r/master/main
Partially an experiment, and partly because it's shorter to type.
1 parent 68e90b6 commit 8fccd46

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- run:
4949
name: Deploy to Dockerhub
5050
command: |
51-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
51+
if [ "${CIRCLE_BRANCH}" == "main" ]; then
5252
DOCKER_TAG="latest"
5353
fi
5454
@@ -85,4 +85,3 @@ workflows:
8585
filters:
8686
tags:
8787
only: /.*/
88-

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build
2-
Status](https://travis-ci.org/web-push-libs/pywebpush.svg?branch=master)](https://travis-ci.org/web-push-libs/pywebpush)
2+
Status](https://travis-ci.org/web-push-libs/pywebpush.svg?branch=main)](https://travis-ci.org/web-push-libs/pywebpush)
33
[![Requirements
4-
Status](https://requires.io/github/web-push-libs/pywebpush/requirements.svg?branch=master)](https://requires.io/github/web-push-libs/pywebpush/requirements/?branch=master)
4+
Status](https://requires.io/github/web-push-libs/pywebpush/requirements.svg?branch=main)](https://requires.io/github/web-push-libs/pywebpush/requirements/?branch=main)
55

66
# Webpush Data encryption library for Python
77

@@ -194,5 +194,3 @@ If you're interested in just testing your applications WebPush interface, you co
194194
which will encrypt and send the contents of `stuff_to_send.data`.
195195

196196
See `./bin/pywebpush --help` for available commands and options.
197-
198-

0 commit comments

Comments
 (0)