diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index a880a74..300bae6 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -238,7 +238,7 @@ jobs: # Single badge update step using environment variables (KISS approach) - name: Update all badges (single commit) - if: always() && github.ref == 'refs/heads/main' && github.actor != 'ci-bot' + if: always() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/user-authentication-bdd') && github.actor != 'ci-bot' run: | echo "🎯 Updating all badges using environment variables..." echo "BDD Coverage: ${DLC_BDD_COVERAGE:-Not set}"