Skip to content

Commit 475eb11

Browse files
author
Developer
committed
Enable CI workflows on v0.3.0 branch
1 parent a1c570e commit 475eb11

4 files changed

Lines changed: 8 additions & 8 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, v0.3.0]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, v0.3.0]
88

99
name: R-CMD-check.yaml
1010

.github/workflows/check-no-suggests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# dependency.
99
on:
1010
push:
11-
branches: [main, master]
11+
branches: [main, master, v0.3.0]
1212
pull_request:
13-
branches: [main, master]
13+
branches: [main, master, v0.3.0]
1414

1515
name: check-no-suggests.yaml
1616

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# and https://github.com/nwtgck/actions-netlify
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, v0.3.0]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, v0.3.0]
88
release:
99
types: [published]
1010
workflow_dispatch:

.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, v0.3.0]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, v0.3.0]
88

99
name: test-coverage.yaml
1010

0 commit comments

Comments
 (0)