Skip to content

Commit

Permalink
updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jan 17, 2025
1 parent 682105e commit 6268ebd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check-CRAN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
paths:
- r-package/**
- .github/workflows/R-CMD-check-CRAN.yaml
branches:
- master
- dev
pull_request:
paths:
- r-package/**
- .github/workflows/R-CMD-check-CRAN.yaml
branches:
- master
- dev
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ on:
push:
paths:
- r-package/**
- .github/workflows/R-CMD-check.yaml
branches:
- master
- dev
pull_request:
paths:
- r-package/**
- .github/workflows/R-CMD-check.yaml
branches:
- master
- dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
paths:
- r-package/**
- README.md
- .github/workflows/pkgdown.yaml
branches:
- master

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,12 +2,14 @@ on:
push:
paths:
- r-package/**
- .github/workflows/test-coverage.yaml
branches:
- dev
- master
pull_request:
paths:
- r-package/**
- .github/workflows/test-coverage.yaml
branches:
- dev
- master
Expand Down

0 comments on commit 6268ebd

Please sign in to comment.