:alembic: enable DEBUG logging to get more info - ignored branches _should_ be working
diff --git a/.github/workflows/git-broadcast.yml b/.github/workflows/git-broadcast.yml
index cf314b4..374a06a 100644
--- a/.github/workflows/git-broadcast.yml
+++ b/.github/workflows/git-broadcast.yml
@@ -19,6 +19,7 @@
         node-version: '16'
     - name: broadcast master changes to satellite branches
       env:
+        DEBUG: *
         RUN_NUMBER: ${{ github.run_number }}
       run: |
         git config --global user.name "Git Broadcast"