Skip to content

Commit

Permalink
Merge pull request #9666 from satijalab/ci-cleanup
Browse files Browse the repository at this point in the history
Update triggers for Integration Checks after default branch change
  • Loading branch information
dcollins15 authored Feb 4, 2025
2 parents 5c0a266 + 1d67e41 commit 6885cfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 71 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
^\.Rproj\.user$
^.*\.old$
.git
appveyor.yml
cran-comments.md
CODE_OF_CONDUCT.md
^_pkgdown\.yaml$
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/integration_checks.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Integration Checks

# Because `develop` is a protected branch this workflow is triggered when a PR
# Because `main` is a protected branch this workflow is triggered when a PR
# is opened/updated and again when it is merged.
on:
push:
branches:
- develop
- master
branches:
- main
pull_request:
branches:
- develop
- master
- main

jobs:
check-package:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Seurat
Version: 5.2.1
Version: 5.2.99.9000
Title: Tools for Single Cell Genomics
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, Stuart T, Butler A, et al (2019) <doi:10.1016/j.cell.2019.05.031>, and Hao, Hao, et al (2020) <doi:10.1101/2020.10.12.335331> for more details.
Authors@R: c(
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![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)

Expand Down
62 changes: 0 additions & 62 deletions appveyor.yml

This file was deleted.

0 comments on commit 6885cfd

Please sign in to comment.