Skip to content

Commit

Permalink
gha: add manual build trigger to r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Jan 10, 2025
1 parent d6e1c76 commit 3cf7343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call-r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: call-r-cmd-check
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
# The default build trigger is to run the action on every push and pull request, for any branch
workflow_dispatch:
push:
pull_request:
# To run the default repository branch weekly (At 12:23am on Sunday) on sunday, uncomment the following 2 lines
Expand Down

0 comments on commit 3cf7343

Please sign in to comment.