From 220832125846cc2aa707a95b040af10f241f7c64 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lenain Date: Fri, 8 Mar 2024 16:01:30 +0100 Subject: [PATCH] Update CI after renaming master branch to main. (#113) Co-authored-by: Jean-Philippe Lenain --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy-ghcr.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3d562e9..4de41bba 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: @@ -75,7 +75,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/deploy-ghcr.yml b/.github/workflows/deploy-ghcr.yml index 71ad1a47..65979339 100644 --- a/.github/workflows/deploy-ghcr.yml +++ b/.github/workflows/deploy-ghcr.yml @@ -4,7 +4,7 @@ on: pull_request: [] push: branches: - - master + - main release: types: [ published ] diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 17fdb961..896edaf4 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 54a88014..2214c0fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nectarchain [![Build Status](https://github.com/cta-observatory/nectarchain/workflows/CI/badge.svg?branch=master)](https://github.com/cta-observatory/nectarchain/actions?query=workflow%3ACI+branch%3Amaster) +# nectarchain [![Build Status](https://github.com/cta-observatory/nectarchain/workflows/CI/badge.svg?branch=main)](https://github.com/cta-observatory/nectarchain/actions?query=workflow%3ACI+branch%3Amain) Repository for the high level analysis of the NectarCAM data. The analysis is heavily based on [ctapipe](https://github.com/cta-observatory/ctapipe), adding custom code for NectarCAM calibration.