This commit is contained in:
2025-10-04 13:11:18 +02:00
parent 98754be109
commit 8771e1ee02

View File

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