From aa694adec4c704611b4453b2d6bfdc861df5c034 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Thu, 5 Aug 2021 15:16:31 +0200 Subject: [PATCH 1/2] .github/workflows/tox.yml: Master branch is now "main" The master branch has been renamed, so update workflow. Signed-off-by: Arnaud Patard --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 5b4fb53..d9f9294 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -6,7 +6,7 @@ on: - "**" push: # only publishes pushes to the main branch to TestPyPI branches: # any integration branch but not tag - - "master" + - "main" pull_request: release: types: From 566d0fc6cdfe4a3e1007b04685c58762bb5ee225 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Thu, 5 Aug 2021 15:17:29 +0200 Subject: [PATCH 2/2] README.rst: Update license URL The master branch has been renamed to "main" for molecule and molecule-vagrant. While I'm at it, change the URL to point to molecule-vagrant repository. Signed-off-by: Arnaud Patard --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 520ec89..7a537ff 100644 --- a/README.rst +++ b/README.rst @@ -144,7 +144,7 @@ License The `MIT`_ License. -.. _`MIT`: https://github.com/ansible/molecule/blob/master/LICENSE +.. _`MIT`: https://github.com/ansible-community/molecule-vagrant/blob/main/LICENSE The logo is licensed under the `Creative Commons NoDerivatives 4.0 License`_.