From b90006cbab93514fd8751a9174176e02eaa4adc4 Mon Sep 17 00:00:00 2001 From: cal Date: Wed, 4 Feb 2026 06:45:52 +0000 Subject: [PATCH] Update .gitea/workflows/docker-build.yml --- .gitea/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 550c0d3..e621307 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -146,8 +146,8 @@ jobs: echo "_PR build - image not pushed to Docker Hub_" >> $GITHUB_STEP_SUMMARY fi - - name: Discord Notification - Success - if: success() && github.ref == 'refs/heads/main' + - name: Discord Notification - Success (DEBUG) + if: success() && github.ref == 'refs/heads/main' || github.event_name == 'pull_request') run: | # Debug: Show what variables we have echo "=== Debug Info ==="