From 57000eac5fe673c3372cf8ec525b6c888a908a35 Mon Sep 17 00:00:00 2001 From: David Collins Date: Fri, 20 Dec 2024 07:37:23 -0500 Subject: [PATCH 1/2] Add master as trigger for Integration-Checks --- .github/workflows/integration_checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration_checks.yaml b/.github/workflows/integration_checks.yaml index 0d725d8d0..a8e6e3f86 100644 --- a/.github/workflows/integration_checks.yaml +++ b/.github/workflows/integration_checks.yaml @@ -6,9 +6,11 @@ on: push: branches: - develop + - master pull_request: branches: - develop + - master jobs: check-package: From 0dc30a29b2cd939539dcdff436b9bf045977bb71 Mon Sep 17 00:00:00 2001 From: David Collins Date: Fri, 20 Dec 2024 10:10:31 -0500 Subject: [PATCH 2/2] Drop Travis CI badges from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 370cd40b7..56a7e94b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![Build Status](https://travis-ci.com/satijalab/seurat.svg?branch=master)](https://app.travis-ci.com:443/github/satijalab/seurat) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/satijalab/seurat?branch=master&svg=true)](https://ci.appveyor.com/project/satijalab/seurat) [![CRAN Version](https://www.r-pkg.org/badges/version/Seurat)](https://cran.r-project.org/package=Seurat) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/Seurat)](https://cran.r-project.org/package=Seurat)