Skip to content
Snippets Groups Projects

update

Merged Clayton, Brandon Scott requested to merge ghsc/users/bclayton/nshmp/disagg-d3:update into main
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -5,6 +5,12 @@ stages:
@@ -5,6 +5,12 @@ stages:
- test
- test
- publish
- publish
 
# Do not run for merge requests
 
workflow:
 
rules:
 
- if: $CI_COMMIT_TAG
 
- if: $CI_COMMIT_BRANCH
 
####
####
# Template: GitLab runner tags
# Template: GitLab runner tags
####
####
@@ -21,7 +27,7 @@ stages:
@@ -21,7 +27,7 @@ stages:
only:
only:
- branches
- branches
- merge_requests
- merge_requests
- master@ghsc/nshmp/disagg-d3
- ${CI_DEFAULT_BRANCH}@ghsc/nshmp/disagg-d3
before_script:
before_script:
- npm ci
- npm ci
Loading