Skip to content

Commit 5535b1e

Browse files
authored
Master gh 580 b dbip download workflow (#649)
1 parent 5ef9b22 commit 5535b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dbip_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git checkout generated-source
6060
fi
6161
DIFF="$(diff "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs || true)"
62-
if [[ "$DIFF" != "" ]]
62+
if [[ "$DIFF" != "" || "$BRANCH" == "" ]]
6363
then
6464
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
6565
git add ip_country/src/dbip_country.rs

0 commit comments

Comments
 (0)