Skip to content

Commit

Permalink
#4 vx_test_data: adjust workflows to new branching strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Oct 19, 2023
1 parent 27762ea commit a861424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ on:
- "v*"
branches:
- main
- devel
- patch
# 'pull_request' events are triggered when PRs are
# created against one of these target branches.
pull_request:
branches:
- main
- devel
- patch
# 'release' events are triggered when...
# you guessed it - when releases are made.
Expand Down Expand Up @@ -63,6 +61,8 @@ jobs:
check:
name: Check
uses: pharmaverse/admiralci/.github/workflows/r-cmd-check.yml@main
with:
error-on: warning # TODO: find a way to ignore specific notes
if: github.event_name == 'pull_request'
docs:
name: Documentation
Expand Down

0 comments on commit a861424

Please sign in to comment.