We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef501b commit 356b661Copy full SHA for 356b661
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Check if topographic-v2.json changed
15
id: check_diff
16
run: |
17
- if git diff --name-only origin/master HEAD | grep -F "config/tileset/topographic-v2.json"; then
+ if git diff --name-only origin/master origin/${{ github.event.pull_request.head.ref }} | grep -F "config/tileset/topographic-v2.json"; then
18
echo "File changed"
19
echo "changed=true" >> $GITHUB_OUTPUT
20
else
0 commit comments