Skip to content

Commit

Permalink
trigger workflow without PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Oct 6, 2023
1 parent f5e804c commit 6105275
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# 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:
branches: [main, master]
pull_request:
branches: [main, master]
on: [push]

name: R-CMD-check

Expand Down

0 comments on commit 6105275

Please sign in to comment.