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 ==="