Commits on Source 2

  • Pierre Smeyers's avatar
    fix(workflow): disable MR pipeline from prod & integ branches · bedff8bb
    Pierre Smeyers authored
    Today creating a backmerge MR from prod or integ branch to any other branch triggers a pipeline
    even though no change has been pushed.
    Ultimately those pipelines might (re)trigger integration or production environment deployment and/or packages publication.
    That might have unexpected consequences.
    This change simply disables MR pipeline from prod & integ branches, enforcing branch pipelines only (i.e. when a true commit is pushed).
    bedff8bb
  • semantic-release-bot's avatar
    chore(release): 1.0.2 [skip ci] · 67ee339f
    semantic-release-bot authored
    ## [1.0.2](1.0.1...1.0.2) (2024-05-05)
    
    ### Bug Fixes
    
    * **workflow:** disable MR pipeline from prod & integ branches ([bedff8bb](bedff8bb))
    67ee339f
Loading
Loading