diff options
| author | Karan Jayachandra <me@karanj.com> | 2025-11-16 16:29:23 +0100 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2025-11-16 16:29:23 +0100 |
| commit | 7e9b25d3a66d2488c261aeffe5e4784ea3f339a3 (patch) | |
| tree | cacd877c4f605ff77bca13f666939924ad66a71c /.gitlab-ci.yml | |
| parent | 34ad81f7aeaa44437ea6f42ac9159d6a8612ad6c (diff) | |
| parent | 58ab2f3ba5293e038afd750694dbc401b884c0a1 (diff) | |
Merge branch 'develop' into 'main'
Removed the license for now, will be added later
See merge request KaranJayachandra/match_up!24
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eded231..d070c58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,6 @@ create-pages: publish: dist script: - npm install - - npm run build
\ No newline at end of file + - npm run build + rules: + - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH |
