Skip to content

Commit

Permalink
Added release branches to build YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jan 7, 2025
1 parent f871974 commit 0a890dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main]
branches:
- main
- 'release-*'
pull_request:
branches: [main]

Expand Down

0 comments on commit 0a890dd

Please sign in to comment.