Skip to content

Commit

Permalink
only run on push in main
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 15, 2024
1 parent 374a6ae commit 196dae8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +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, pull_request]

on:
push:
branches: [main, master]
pull_request:

name: R-CMD-check

jobs:
Expand Down

0 comments on commit 196dae8

Please sign in to comment.