Skip to content

Commit

Permalink
Remove pull_request trigger from workflows (#691)
Browse files Browse the repository at this point in the history
fix #683
  • Loading branch information
arisp99 authored Jan 16, 2023
1 parent 83df762 commit 33f03a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
on:
push:
paths: ["R/**"]
pull_request:
paths: ["R/**"]

name: Document

Expand Down
2 changes: 0 additions & 2 deletions examples/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
on:
push:
paths: ["**.[rR]", "**.[qrR]md", "**.[rR]markdown", "**.[rR]nw"]
pull_request:
paths: ["**.[rR]", "**.[qrR]md", "**.[rR]markdown", "**.[rR]nw"]

name: Style

Expand Down

0 comments on commit 33f03a8

Please sign in to comment.