changed if condition on the workflow
All checks were successful
Gitea CI-CD Pipeline / test (push) Successful in 21s
Gitea CI-CD Pipeline / build-and-deploy (push) Has been skipped
Gitea CI-CD Pipeline / test (pull_request) Successful in 22s
Gitea CI-CD Pipeline / build-and-deploy (pull_request) Has been skipped

This commit is contained in:
2026-05-03 23:11:22 +02:00
parent 339e081d58
commit e6fee6e4e1

View File

@@ -31,7 +31,7 @@ jobs:
# --- STAGE 2: BUILD & PUBLISH (Only on Main) ---
build-and-deploy:
needs: test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: gitea.ref == 'refs/heads/main' && gitea.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
@@ -49,4 +49,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: gitea.starfour.de/${{ github.repository }}:latest
tags: gitea.starfour.de/${{ gitea.repository }}:latest