tagging on each push

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-19 15:42:19 +02:00
parent a6ef23fd69
commit 0fb3ccd506

View File

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