We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ea9e61 + 466fc8f commit e9d17bdCopy full SHA for e9d17bd
.github/workflows/examples_pr_checks.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set matrix based on changes
27
id: set-matrix
28
run: |
29
- changed_files=$(git diff --name-only origin/main ${{ github.sha }})
+ changed_files=$(git diff --name-only origin/master ${{ github.sha }})
30
echo "Changed files: $changed_files"
31
32
examples=()
rust/backend_only/files.json
0 commit comments