diff --git a/.github/workflows/check-release.yaml b/.github/workflows/check-release.yaml index c570854..73f326e 100644 --- a/.github/workflows/check-release.yaml +++ b/.github/workflows/check-release.yaml @@ -2,7 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: pull_request: - branches: [main, develop] + branches: + - main + - develop name: R-CMD-check diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c1f479b..d8d7d47 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,7 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: pull_request: - branches: [main, develop] + branches: + - main + - develop name: lint diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 782288b..f935984 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -2,7 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: pull_request: - branches: [main, develop] + branches: + - main + - develop name: render-readme diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index f850b15..b70c0be 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -3,7 +3,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: pull_request: - branches: [main, develop] + branches: + - main + - develop name: Style