Skip to content

Commit

Permalink
workflow branch setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrychoe committed Sep 30, 2024
1 parent c99f048 commit 0cfc652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-Check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
pull_request:
branches: [main]
branches: [develop]

name: R-CMD-check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main]
branches: [release]
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit 0cfc652

Please sign in to comment.