From 41c8d55ac9720b7b15e1bcba392ce6d503a58396 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lenain Date: Thu, 7 Mar 2024 22:53:54 +0100 Subject: [PATCH] Update CI after renaming master branch to main. --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2297837..1e888d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ name: CI on: push: branches: - - master + - main tags: - '**' pull_request: @@ -52,7 +52,7 @@ jobs: run: | python --version echo "Installing additional pip packages" - # we install ctapipe using pip to be able to select any commit, e.g. the current master + # we install ctapipe using pip to be able to select any commit, e.g. the current main pip install \ "git+https://github.com/cta-observatory/ctapipe@$CTAPIPE_VERSION" \ pytest-cov diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 17fdb96..896edaf 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -3,7 +3,7 @@ name: Release Drafter on: push: branches: - - master + - main jobs: update_release_draft: diff --git a/README.md b/README.md index 77b6b11..e127171 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI](https://github.com/cta-observatory/ctapipe_io_nectarcam/workflows/CI/badge.svg?branch=master)](https://github.com/cta-observatory/ctapipe_io_nectarcam/actions?query=workflow%3ACI+branch%3Amaster) +[![CI](https://github.com/cta-observatory/ctapipe_io_nectarcam/workflows/CI/badge.svg?branch=main)](https://github.com/cta-observatory/ctapipe_io_nectarcam/actions?query=workflow%3ACI+branch%3Amain) EventSource Plugin for ctapipe, able to read NectarCam zfits files and calibrate them to R1 as needed for ctapipe tools.