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:
- test
- publish
# Do not run for merge requests
workflow:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
####
# Template: GitLab runner tags
####
@@ -21,7 +27,7 @@ stages:
only:
- branches
- merge_requests
- master@ghsc/nshmp/disagg-d3
- ${CI_DEFAULT_BRANCH}@ghsc/nshmp/disagg-d3
before_script:
- npm ci
Loading