Skip to content

Commit 5248606

Browse files
committed
Merge branch 'dev_testDocOnMerge' into 'main'
trying different option for only on main See merge request kit/fast/lb/collaboration/additive-manufacturing/pygcodedecode!54
2 parents 017ed5a + f4b2eab commit 5248606

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ doc-build:
4040
stage: doc
4141
image: "python:3.13"
4242
needs: []
43-
only:
44-
refs:
45-
- ^main$
43+
rules:
44+
- if: $CI_COMMIT_BRANCH == "main"
4645
before_script:
4746
- apt-get update && apt-get install git-lfs
4847
- git lfs install

0 commit comments

Comments
 (0)