Skip to content

Commit

Permalink
Fix documentation deployment rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Jun 3, 2024
1 parent f899a5d commit 555456b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
- dist
expire_in: 7 days
rules:
- if: ($CI_COMMIT_BRANCH != "build-branch" || $C0_TRIGGER_REF != "refs/heads/main") && $CI_COMMIT_BRANCH != "glpa/main"
- if: ($CI_COMMIT_BRANCH != "build-branch" || $C0_TRIGGER_REF != "refs/heads/main") && $C0_TRIGGER_REF != "refs/heads/main"

pages:
extends:
Expand All @@ -35,4 +35,4 @@ pages:
paths:
- public
rules:
- if: ($CI_COMMIT_BRANCH == "build-branch" && $C0_TRIGGER_REF == "refs/heads/main") || $CI_COMMIT_BRANCH == "glpa/main"
- if: ($CI_COMMIT_BRANCH == "build-branch" && $C0_TRIGGER_REF == "refs/heads/main") || $C0_TRIGGER_REF == "refs/heads/main"

0 comments on commit 555456b

Please sign in to comment.