From e4f31e72906377fe8c28e3cb4ef2d54105ee9f1d Mon Sep 17 00:00:00 2001 From: FelixErnst Date: Mon, 18 Mar 2024 21:44:35 +0100 Subject: [PATCH] Fixed GitHub Action config --- .github/workflows/check-bioc-devel.yml | 2 +- .github/workflows/check-bioc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-bioc-devel.yml b/.github/workflows/check-bioc-devel.yml index 1b39416..039eab4 100644 --- a/.github/workflows/check-bioc-devel.yml +++ b/.github/workflows/check-bioc-devel.yml @@ -270,7 +270,7 @@ jobs: ## makes the git history recognizable by pkgdown. - name: Install deploy dependencies - if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux' + if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux' run: | apt-get update && apt-get -y install rsync diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index fb0505b..bcaed30 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -270,7 +270,7 @@ jobs: ## makes the git history recognizable by pkgdown. - name: Install deploy dependencies - if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux' + if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux' run: | apt-get update && apt-get -y install rsync