Skip to content

Commit

Permalink
GitHub Actions: master -> development
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgomolka committed Aug 18, 2021
1 parent c74200e commit f466701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
push:
branches:
- main
- master
- development
pull_request:
branches:
- main
- master
- development

name: R-CMD-check

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
push:
branches:
- main
- development
pull_request:
branches:
- main
- development

name: test-coverage

Expand Down

0 comments on commit f466701

Please sign in to comment.