Skip to content

Commit 31ad46b

Browse files
author
Chen Ying
committed
add check of lint for push and PR towards devel_Pre and devel_pre_v4
1 parent 3991e9d commit 31ad46b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches:
6-
- devel
5+
branches: [devel, devel_pre, devel_pre_v4]
6+
77
pull_request:
8-
branches: [main, devel]
8+
branches: [devel, devel_pre, devel_pre_v4]
99

1010
name: lint
1111

0 commit comments

Comments
 (0)