Changed workflow back to prod mode

This commit is contained in:
2026-01-20 12:00:33 +01:00
parent 4c1c22123e
commit 057f8c1d58
2 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ on:
branches:
- "development"
- "main"
- "hotfix/*"
jobs:
test:
@@ -75,7 +74,7 @@ jobs:
update_version:
runs-on: ubuntu-latest
needs: Format
# if: gitea.ref == 'refs/heads/development'
if: gitea.ref == 'refs/heads/development'
steps:
- name: Checkout code
uses: actions/checkout@v4