Skip to content

Commit

Permalink
Merge pull request #176 from jr-leary7/dev
Browse files Browse the repository at this point in the history
added CI/CD to dev branch -- closes #175
  • Loading branch information
jr-leary7 authored Dec 1, 2023
2 parents 877cb2e + 5345931 commit fc1198e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

on:
push:
branches: main
branches:
- dev
- main

name: R-CMD-check

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/bioc-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

on:
push:
branches: main
branches:
- dev
- main

name: Bioc-check

Expand Down

0 comments on commit fc1198e

Please sign in to comment.