From 1fb45010ad688d3ecb94bf540acf6eafb8773863 Mon Sep 17 00:00:00 2001 From: Dmitrijs Lvovs Date: Tue, 31 Oct 2023 18:45:01 -0400 Subject: [PATCH] change workflow logic --- .github/workflows/r-build-check.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/r-build-check.yml b/.github/workflows/r-build-check.yml index 1ac04cd..6ddc15e 100644 --- a/.github/workflows/r-build-check.yml +++ b/.github/workflows/r-build-check.yml @@ -1,10 +1,12 @@ name: r-build-check on: push: - branches: ['46-github-workflow-for-build-check-bioccheck-for-quality-control'] + branches: ['v0.2.2_development'] + pull_request: + branches: ['master', 'v0.2.2'] workflow_dispatch: jobs: build-check: - uses: FertigLab/actions/.github/workflows/r-build-check.yml@main + uses: FertigLab/actions/.github/workflows/r-build-check.yml@v1 secrets: inherit