From e707113e687e84f6125ac4458bbf9f8918d46ec1 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Thu, 22 Feb 2024 13:59:27 -0500 Subject: [PATCH] rename references to `master` branch to `main` (#600) * rename references to master branch * No more ssbjenkins Co-authored-by: Zach Burnett --------- Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com> --- .github/dependabot.yml | 2 +- .github/workflows/cmake.yml | 4 ++-- README.md | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6ca31fc..01e23ffc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - target-branch: "master" + target-branch: "main" schedule: interval: "monthly" time: "00:42" diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e27fbb67..b597b655 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: CMake on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/README.md b/README.md index b5713ae6..a34f7668 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # HSTCAL -[![Jenkins CI](https://ssbjenkins.stsci.edu/job/STScI/job/hstcal/job/master/badge/icon)](https://ssbjenkins.stsci.edu/job/STScI/job/hstcal/job/master/) Calibration software for HST/WFC3, HST/ACS, and HST/STIS.