Skip to content

Commit c32d633

Browse files
committed
chore: Add CMSIS-Pack branch to publish workflow and improve logging
1 parent 4dbfde4 commit c32d633

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-pack.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
git config user.name "github-actions[bot]"
4242
git config user.email "github-actions[bot]@users.noreply.github.com"
4343
44-
# Get list of all remote branches
44+
# Get list of all remote branches (including CMSIS-Pack)
4545
branches=$(git branch -r | grep -v HEAD | sed 's/origin\///' | sort -u)
4646
4747
echo "Found branches: $branches"
48+
echo ""
4849
4950
for branch in $branches; do
5051
echo "Processing branch: $branch"
@@ -65,7 +66,10 @@ jobs:
6566
else
6667
echo "- No changes on branch: $branch"
6768
fi
69+
echo ""
6870
done
71+
72+
echo "✓ All branches processed successfully (including CMSIS-Pack)"
6973
7074
- name: Trigger cmake-single-platform workflow
7175
run: |

0 commit comments

Comments
 (0)