Skip to content

Commit 466fc8f

Browse files
committed
target correct branch in examples_pr_checks
1 parent 2c71173 commit 466fc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set matrix based on changes
2727
id: set-matrix
2828
run: |
29-
changed_files=$(git diff --name-only origin/main ${{ github.sha }})
29+
changed_files=$(git diff --name-only origin/master ${{ github.sha }})
3030
echo "Changed files: $changed_files"
3131
3232
examples=()

0 commit comments

Comments
 (0)