Skip to content

Commit 4011a38

Browse files
Update auto_review_documentation.yml
1 parent 28ef075 commit 4011a38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto_review_documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto Review Documentation
33
on:
44
push:
55
branches:
6-
- main
6+
- chienyuanchang/fix_auto_check_documentation
77

88
permissions:
99
id-token: write
@@ -20,6 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
2121
REPO_NAME: "Azure-Samples/azure-ai-content-understanding-python"
2222
DOC_FILE_FILTER: '\.md$|README|\.ipynb$'
23+
BRANCH_NAME: chienyuanchang/fix_auto_check_documentation
2324

2425
steps:
2526
- name: Checkout code

0 commit comments

Comments
 (0)