diff --git a/.github/workflows/lint-changed-files.yaml b/.github/workflows/lint-changed-files.yaml index a5074e3b6..96f1673a1 100644 --- a/.github/workflows/lint-changed-files.yaml +++ b/.github/workflows/lint-changed-files.yaml @@ -2,7 +2,7 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: pull_request: - branches: [main-R, master, main] + branches: [master, main, development] name: lint-changed-files diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 2405bcc47..f7096264e 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: [master, main, main-R] + branches: [master, main, development] pull_request: - branches: [master, main, main-R] + branches: [master, main, development] name: test-coverage