From ac11f83f14e698f9193cdfccbde209609a251bcf Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Fri, 17 May 2024 19:15:35 +0300 Subject: [PATCH] rename branch develop->main --- .github/dependabot.yml | 2 +- .github/workflows/ci-build.yml | 2 +- .github/workflows/publish-on-pypi.yml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3712d92..b5a30f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ updates: directory: "/" schedule: interval: weekly - target-branch: develop + target-branch: main labels: - dependencies diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6acce72..e069e2a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - develop + - main jobs: build: diff --git a/.github/workflows/publish-on-pypi.yml b/.github/workflows/publish-on-pypi.yml index 4438be1..f6a98da 100644 --- a/.github/workflows/publish-on-pypi.yml +++ b/.github/workflows/publish-on-pypi.yml @@ -46,7 +46,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} force: true tags: true - branch: develop + branch: main - name: Build source distribution run: python -m build diff --git a/README.md b/README.md index d8db2f1..3550202 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VoilĂ  template for Materials Cloud [![PyPI - Version](https://img.shields.io/pypi/v/voila-materialscloud-template?color=4CC61E)](https://pypi.org/project/voila-materialscloud-template/) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/materialscloud-org/voila-materialscloud-template/develop?urlpath=%2Fvoila%2Frender%2Fexample-notebooks%2Fexample.ipynb) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/materialscloud-org/voila-materialscloud-template/main?urlpath=%2Fvoila%2Frender%2Fexample-notebooks%2Fexample.ipynb) This is the VoilĂ  template for Materials Cloud, implements the standard header and CSS.