Skip to content

Commit d754141

Browse files
committed
Only check the sample code branches
1 parent ad36759 commit d754141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-branch-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
# List all branches except the HEAD and remove origin/ prefix
2121
git fetch --all
22-
git branch -r | grep -v '\->' | grep -v HEAD | grep 'origin/' | sed 's/origin\///' > branches.txt
22+
git branch -r | grep -v '\->' | grep -v HEAD | grep 'origin/sample-code' | sed 's/origin\///' > branches.txt
2323
2424
- name: Show all branches to verify
2525
run: cat branches.txt

0 commit comments

Comments
 (0)