Skip to content

Commit

Permalink
Trigger CI on release candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Apr 17, 2024
1 parent de9b92b commit 105fe2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [develop, release]
branches: [develop, release*]
pull_request:
branches: [develop, release]
branches: [develop, release*]

name: R-CMD-check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [develop, release, fix-linter]
branches: [develop, release*, fix-linter]
pull_request:
branches: [develop, release]
branches: [develop, release*]

name: lint

Expand Down

0 comments on commit 105fe2c

Please sign in to comment.