Skip to content

Commit ea29409

Browse files
committed
ci: update CI
1 parent 136d421 commit ea29409

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +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: [dev, main]
66
pull_request:
7+
branches: [dev, main]
78

89
name: R-CMD-check.yaml
910

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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: [dev, main]
66
pull_request:
7+
branches: [dev, main]
78

89
name: test-coverage.yaml
910

@@ -46,11 +47,3 @@ jobs:
4647
plugins: noop
4748
disable_search: true
4849
token: ${{ secrets.CODECOV_TOKEN }}
49-
50-
51-
- name: Upload test results
52-
if: failure()
53-
uses: actions/upload-artifact@v4
54-
with:
55-
name: coverage-test-failures
56-
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)