Skip to content

Commit

Permalink
revert GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Aug 29, 2023
1 parent 4b15eef commit 7275ebf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 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:
branches: [main, master]
pull_request:
branches: [main, master]

name: R-CMD-check

Expand Down

0 comments on commit 7275ebf

Please sign in to comment.