From 8771e1ee021351f394d087d5844b7b623954253a Mon Sep 17 00:00:00 2001 From: triggermeelmo Date: Sat, 4 Oct 2025 13:11:18 +0200 Subject: [PATCH] b --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f88ea08..86a5465 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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