Skip to content

Commit d812821

Browse files
committed
Fixed pipeline
1 parent f7d6d30 commit d812821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "output_folder=prod" >> $GITHUB_ENV
3838
elif [[ $branch_name == "stage" ]]; then
3939
echo "output_folder=stage" >> $GITHUB_ENV
40-
elif [[ $branch_name == "develop" ]]; then
40+
elif [[ $branch_name == "dev" ]]; then
4141
echo "output_folder=dev" >> $GITHUB_ENV
4242
else
4343
echo "Unknown branch: $branch_name"

0 commit comments

Comments
 (0)