Skip to content

Commit

Permalink
change workflow logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Oct 31, 2023
1 parent b10724e commit 1fb4501
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/r-build-check.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1fb4501

Please sign in to comment.