We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef9b22 commit 5535b1eCopy full SHA for 5535b1e
.github/workflows/dbip_download.yml
@@ -59,7 +59,7 @@ jobs:
59
git checkout generated-source
60
fi
61
DIFF="$(diff "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs || true)"
62
- if [[ "$DIFF" != "" ]]
+ if [[ "$DIFF" != "" || "$BRANCH" == "" ]]
63
then
64
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
65
git add ip_country/src/dbip_country.rs
0 commit comments