Skip to content

Commit 356b661

Browse files
committed
Update head
1 parent 7ef501b commit 356b661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check if topographic-v2.json changed
1515
id: check_diff
1616
run: |
17-
if git diff --name-only origin/master HEAD | grep -F "config/tileset/topographic-v2.json"; then
17+
if git diff --name-only origin/master origin/${{ github.event.pull_request.head.ref }} | grep -F "config/tileset/topographic-v2.json"; then
1818
echo "File changed"
1919
echo "changed=true" >> $GITHUB_OUTPUT
2020
else

0 commit comments

Comments
 (0)