Commit 458cd16c authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

test déclenchement pipeline de publication gitlab-ci uniquement sur création de tag

parent 3d2e9e6c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ before_script:

workflow:
  rules:
    - if: $CI_COMMIT_BRANCH
    - if: $CI_COMMIT_TAG

variables:
  NPM_TOKEN: ${CI_JOB_TOKEN}
@@ -22,4 +22,4 @@ publish:
  script:
    - yarn publish --non-interactive
  rules:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 No newline at end of file
    - if: $CI_COMMIT_TAG
 No newline at end of file