staging #43

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

View File

@@ -112,7 +112,7 @@ jobs:
tag:
name: Create Tag for Gitea
needs: [docker-build-and-push]
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
#if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4