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.