Skip to content

Commit

Permalink
add develop as compare
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Oct 17, 2024
1 parent d20a5a9 commit 16b91e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check for Changes in scripts/references
id: check_changes
run: |
if git diff --name-only HEAD^..HEAD | grep -E '^scripts/references/'; then
if git diff --name-only origin/develop..HEAD | grep -E '^scripts/references/'; then
echo "CHANGED=true" >> $GITHUB_ENV
else
echo "CHANGED=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 16b91e1

Please sign in to comment.