Skip to content

Commit

Permalink
Change name and specify branches
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Aug 18, 2024
1 parent bde4dee commit 1d567ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: main
pull_request:
branches: [main, master]
branches: main

name: R-CMD-check.yaml
name: R-CMD-check

permissions: read-all

Expand Down

0 comments on commit 1d567ab

Please sign in to comment.