Skip to content

Commit

Permalink
This PR changes the remains of the references to master that we didn'…
Browse files Browse the repository at this point in the history
…t change yet to main.

I also noticed our build status still refers to Travis which is now not in use anymore so we now use the correct badge from Github Actions.
  • Loading branch information
thedrow authored and auvipy committed Dec 29, 2022
1 parent 9497a6b commit 57200e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '40 0 * * 5'

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ billiard

|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|

.. |build-status-lin| image:: https://secure.travis-ci.org/celery/billiard.png?branch=master
.. |build-status-lin| image:: https://github.com/celery/billiard/actions/workflows/ci.yaml/badge.svg
:alt: Build status on Linux
:target: https://travis-ci.org/celery/billiard
:target: https://github.com/celery/billiard/actions/workflows/ci.yaml

.. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=master
.. |build-status-win| image:: https://ci.appveyor.com/api/projects/status/github/celery/billiard?png=true&branch=main
:alt: Build status on Windows
:target: https://ci.appveyor.com/project/ask/billiard

Expand Down

0 comments on commit 57200e7

Please sign in to comment.