From 1b615dca1bcd3fd4799433cdf2158d137739cf6f Mon Sep 17 00:00:00 2001 From: tomwilsonsco Date: Fri, 13 Sep 2024 11:39:35 +0100 Subject: [PATCH] gha --- .github/workflows/check-release.yaml | 4 +++- .github/workflows/lint.yaml | 4 +++- .github/workflows/render-readme.yaml | 4 +++- .github/workflows/style.yaml | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) 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