Skip to content

Commit d281695

Browse files
ci: run on dev branches
1 parent 9feb708 commit d281695

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, dev, DEV]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, dev, DEV]
88
workflow_dispatch:
99

1010
name: R-CMD-check

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, dev, DEV]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, dev, DEV]
88

99
name: test-coverage
1010

0 commit comments

Comments
 (0)