Skip to content

Commit

Permalink
Make actions run on PRs on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Sep 19, 2023
1 parent 69b74bd commit 0093c6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on: push
on:
push:
pull_request:
branches: [main, master]

name: R-CMD-check

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on: push
on:
push:
pull_request:
branches: [main, master]

name: lint

Expand Down

0 comments on commit 0093c6d

Please sign in to comment.