File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [main, master ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [main, master ]
7
+ branches : [main]
8
8
9
9
name : R-CMD-check
10
10
Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [main, master ]
5
+ branches : [main]
6
6
release :
7
7
types : [published]
8
8
workflow_dispatch :
Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [main, master ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [main, master ]
7
+ branches : [main]
8
8
9
9
name : test-coverage
10
10
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
19
19
20
20
<!-- badges: start -->
21
21
[ ![ R-CMD-check] ( https://github.com/gvelasq/tidytab/workflows/R-CMD-check/badge.svg )] ( https://github.com/gvelasq/tidytab/actions )
22
- [ ![ Codecov test coverage] ( https://codecov.io/gh/gvelasq/tidytab/branch/master /graph/badge.svg )] ( https://codecov.io/gh/gvelasq/tidytab?branch=master )
22
+ [ ![ Codecov test coverage] ( https://codecov.io/gh/gvelasq/tidytab/branch/main /graph/badge.svg )] ( https://codecov.io/gh/gvelasq/tidytab?branch=main )
23
23
[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/tidytab )] ( https://cran.r-project.org/package=tidytab )
24
24
[ ![ Lifecycle: experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental )
25
25
<!-- badges: end -->
You can’t perform that action at this time.
0 commit comments