Skip to content

Commit

Permalink
Update workflow to run against the development branch (#795)
Browse files Browse the repository at this point in the history
* Make test-coverage.yaml run against development

* Make lint-changed-files.yaml run against development

---------

Co-authored-by: Jennit07 <[email protected]>
  • Loading branch information
Moohan and Jennit07 authored Sep 26, 2023
1 parent b7ce1b1 commit 2f6f25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-changed-files.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:
pull_request:
branches: [main-R, master, main]
branches: [master, main, development]

name: lint-changed-files

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,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

Expand Down

0 comments on commit 2f6f25c

Please sign in to comment.