Correzione main (ex master) branch name in yaml

This commit is contained in:
Samuele Locatelli
2025-02-12 10:56:32 +01:00
parent bdbaf61de4
commit 386d8ed671
+14 -14
View File
@@ -468,7 +468,7 @@ EgwProxy.Ftp:build:release:
CONFIG: Release
APP_NAME: EgwProxy.Ftp
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Ftp/*
when: always
@@ -493,7 +493,7 @@ EgwProxy.Gomba:build:release:
CONFIG: Release
APP_NAME: EgwProxy.Gomba
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Gomba/*
when: always
@@ -518,7 +518,7 @@ EgwProxy.Icoel:build:release:
CONFIG: Release
APP_NAME: EgwProxy.Icoel
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Icoel/*
before_script:
@@ -543,7 +543,7 @@ EgwProxy.MultiCncLib:build:release:
CONFIG: Release
APP_NAME: EgwProxy.MultiCncLib
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.MultiCncLib/*
before_script:
@@ -567,7 +567,7 @@ EgwProxy.OsaiCncLib:build:release:
CONFIG: Release
APP_NAME: EgwProxy.OsaiCncLib
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.OsaiCncLib/*
before_script:
@@ -591,7 +591,7 @@ EgwProxy.Shelly:build:release:
CONFIG: Release
APP_NAME: EgwProxy.Shelly
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Shelly/*
before_script:
@@ -615,7 +615,7 @@ EgwProxy.SqlDb:build:release:
CONFIG: Release
APP_NAME: EgwProxy.SqlDb
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.SqlDb/*
when: always
@@ -643,7 +643,7 @@ EgwProxy.Ftp:docfx:
variables:
APP_NAME: EgwProxy.Ftp
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Ftp/*
when: always
@@ -663,7 +663,7 @@ EgwProxy.Gomba:docfx:
variables:
APP_NAME: EgwProxy.Gomba
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Gomba/*
when: always
@@ -683,7 +683,7 @@ EgwProxy.Icoel:docfx:
variables:
APP_NAME: EgwProxy.Icoel
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Icoel/*
when: always
@@ -703,7 +703,7 @@ EgwProxy.MultiCncLib:docfx:
variables:
APP_NAME: EgwProxy.MultiCncLib
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.MultiCncLib/*
when: always
@@ -723,7 +723,7 @@ EgwProxy.OsaiCncLib:docfx:
variables:
APP_NAME: EgwProxy.OsaiCncLib
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.OsaiCncLib/*
when: always
@@ -743,7 +743,7 @@ EgwProxy.Shelly:docfx:
variables:
APP_NAME: EgwProxy.Shelly
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.Shelly/*
when: always
@@ -763,7 +763,7 @@ EgwProxy.SqlDb:docfx:
variables:
APP_NAME: EgwProxy.SqlDb
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == 'main'
changes:
- EgwProxy.SqlDb/*
when: always