Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayShetty01 authored Nov 10, 2024
1 parent bb8a1b0 commit 5ee48f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: R-CMD-check

on: [push, pull_request]
on:
push:
branches: [main, master]
paths-ignore: '**/README.md'
pull_request:
branches: [main, master]
paths-ignore: '**/README.md'

jobs:
R-CMD-check:
Expand Down

0 comments on commit 5ee48f0

Please sign in to comment.