staging #43

Merged
triggermeelmo merged 75 commits from staging into development 2025-11-06 21:23:27 +01:00
Showing only changes of commit 8771e1ee02 - Show all commits

View File

@@ -6,7 +6,7 @@ on:
#branches: [ "development", "main", "staging"]
#tags: [ "v*.*.*" ]
pull_request:
branches: [ "development", "main", "staging" ]
#branches: [ "development", "main", "staging" ]
tags: [ "v*.*.*" ]
permissions:
@@ -77,7 +77,7 @@ jobs:
elif [[ "${GITHUB_REF}" == "refs/heads/development" ]]; then
minor=$((minor + 1))
patch=0
else
elif [[ "${GITHUB_REF}" == "refs/heads/staging" ]]; then
patch=$((patch + 1))
fi