Skip to content

Commit

Permalink
Rename master branch to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Feb 16, 2024
1 parent a1496fb commit b322ce0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: localscope

on:
push:
branches: [ master ]
tags: [ v* ]
branches:
- main
pull_request:
branches: [ master ]
branches:
- main
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
🔐 localscope
=============

.. image:: https://github.com/tillahoffmann/localscope/workflows/CI/badge.svg
:target: https://github.com/tillahoffmann/localscope/actions?query=workflow%3A%22CI%22
.. image:: https://github.com/tillahoffmann/localscope/actions/workflows/build.yml/badge.svg
:target: https://github.com/tillahoffmann/localscope/actions/workflows/build.yml

.. image:: https://img.shields.io/pypi/v/localscope.svg?style=flat-square
:target: https://pypi.python.org/pypi/localscope
Expand Down

0 comments on commit b322ce0

Please sign in to comment.