diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 5287311..1c505fd 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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] + branches: [main, DEV] release: types: [published] workflow_dispatch: diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 4ba1fb1..5ff4492 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -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] + branches: [main, DEV] name: render-readme diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 4b65418..9d65740 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -2,9 +2,9 @@ # 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] pull_request: - branches: [main, master] + branches: [main, master, DEV] name: test-coverage