Skip to content

Commit d8165b3

Browse files
committed
ci(actions): remove trigger on pull request
1 parent 290519f commit d8165b3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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]
6-
pull_request:
5+
branches: [main]
76
workflow_dispatch:
87

98
name: R-CMD-check.yaml

.github/workflows/lint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
on:
55
push:
66
branches: [main]
7-
pull_request:
87
workflow_dispatch:
98

109
name: lint

0 commit comments

Comments
 (0)