Skip to content

Commit 33f03a8

Browse files
authored
Remove pull_request trigger from workflows (#691)
fix #683
1 parent 83df762 commit 33f03a8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/document.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
on:
44
push:
55
paths: ["R/**"]
6-
pull_request:
7-
paths: ["R/**"]
86

97
name: Document
108

examples/style.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
on:
44
push:
55
paths: ["**.[rR]", "**.[qrR]md", "**.[rR]markdown", "**.[rR]nw"]
6-
pull_request:
7-
paths: ["**.[rR]", "**.[qrR]md", "**.[rR]markdown", "**.[rR]nw"]
86

97
name: Style
108

0 commit comments

Comments
 (0)