Skip to content

Commit 6268ebd

Browse files
committed
updating actions
1 parent 682105e commit 6268ebd

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/R-CMD-check-CRAN.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
paths:
66
- r-package/**
7+
- .github/workflows/R-CMD-check-CRAN.yaml
78
branches:
89
- master
910
- dev
1011
pull_request:
1112
paths:
1213
- r-package/**
14+
- .github/workflows/R-CMD-check-CRAN.yaml
1315
branches:
1416
- master
1517
- dev

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ on:
22
push:
33
paths:
44
- r-package/**
5+
- .github/workflows/R-CMD-check.yaml
56
branches:
67
- master
78
- dev
89
pull_request:
910
paths:
1011
- r-package/**
12+
- .github/workflows/R-CMD-check.yaml
1113
branches:
1214
- master
1315
- dev

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
paths:
44
- r-package/**
55
- README.md
6+
- .github/workflows/pkgdown.yaml
67
branches:
78
- master
89

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ on:
22
push:
33
paths:
44
- r-package/**
5+
- .github/workflows/test-coverage.yaml
56
branches:
67
- dev
78
- master
89
pull_request:
910
paths:
1011
- r-package/**
12+
- .github/workflows/test-coverage.yaml
1113
branches:
1214
- dev
1315
- master

0 commit comments

Comments
 (0)