Skip to content

Commit f7f389b

Browse files
committed
update README.md
1 parent 9d9013f commit f7f389b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,6 @@ branch.
569569
on:
570570
push:
571571
paths: ["R/**"]
572-
pull_request:
573-
paths: ["R/**"]
574572
575573
name: Document
576574
@@ -604,7 +602,7 @@ jobs:
604602
run: |
605603
git config --local user.name "$GITHUB_ACTOR"
606604
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
607-
git add man/\* NAMESPACE
605+
git add man/\* NAMESPACE DESCRIPTION
608606
git commit -m "Update documentation" || echo "No changes to commit"
609607
git pull --ff-only
610608
git push origin

0 commit comments

Comments
 (0)