Règle la CI pour se déclencher après une demande de fusion

This commit is contained in:
Simon 2023-05-18 13:15:09 +00:00
parent 4d394dc080
commit 6ec4d836cc
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,7 @@ variables:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
@ -88,6 +89,7 @@ variables:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*

View File

@ -1,7 +1,7 @@
{
"imageFilename": "bl3_landscape_*.jpg",
"imageCredits": "© Gearbox",
"displayName": "",
"displayName": "BL3",
"dayImageList": [
2
],