Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Run CI workflows in dev/develop branch #64

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, dev, develop]
paths:
- 'data/**'
- 'R/**'
Expand All @@ -17,7 +17,7 @@ on:
- '.Rbuildignore'
- '.github/workflows/R-CMD-check.yaml'
pull_request:
branches: [main, master]
branches: [main, master, dev, develop]
paths:
- 'data/**'
- 'R/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- '.Rbuildignore'
- '.github/**'
pull_request:
branches: [main, master]
branches: [main, master, dev, develop]
paths:
- 'README.Rmd'
- 'README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, dev, develop]
paths:
- 'R/**'
- 'src/**'
Expand All @@ -11,7 +11,7 @@ on:
- 'DESCRIPTION'
- '.github/workflows/test-coverage.yaml'
pull_request:
branches: [main, master]
branches: [main, master, dev, develop]
paths:
- 'R/**'
- 'src/**'
Expand Down