Skip to content

Commit

Permalink
Add devel to cicd trigger (#210)
Browse files Browse the repository at this point in the history
* Add devel to cicd trigger

* Undo spelling fix
  • Loading branch information
barnett11 authored Aug 2, 2024
1 parent 3d72083 commit 048a437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ on:
branches:
- main
- patch
- devel
# 'pull_request' events are triggered when PRs are
# created against one of these target branches.
pull_request:
branches:
- main
- patch
- devel
# 'release' events are triggered when...
# you guessed it - when releases are made.
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ remotes::install_github("pharmaverse/datacutr", ref = "devel")

## Scope

This package works with tabulation data following an SDTM standard. For ease of processing, the assumption is that supplemental qualifiers have been combined with their parent domain prior to the application of the cut process (sometimes labelled as SDTMv). The user has the flexibility to select the type of cut applied to each SDTM domain (either no cut, patient cut, date cut, or a special DM cut).
This package works with tabulation data following an SDTM standard. For ease of processing, the assumption is that supplemental qualifiers have been combined with their parent domain prior to the application of the cut process (sometimes labeled as SDTMv). The user has the flexibility to select the type of cut applied to each SDTM domain (either no cut, patient cut, date cut, or a special DM cut).

## References and Documentation

Expand Down

0 comments on commit 048a437

Please sign in to comment.