2 Commits

Author SHA1 Message Date
5867cfc3e1 Merge pull request 'b' (#26) from bugix/pipeline into staging
Reviewed-on: #26
2025-10-04 13:11:47 +02:00
8771e1ee02 b 2025-10-04 13:11:18 +02:00

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