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 f7d6d30 commit d812821Copy full SHA for d812821
.github/workflows/unit_tests.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "output_folder=prod" >> $GITHUB_ENV
38
elif [[ $branch_name == "stage" ]]; then
39
echo "output_folder=stage" >> $GITHUB_ENV
40
- elif [[ $branch_name == "develop" ]]; then
+ elif [[ $branch_name == "dev" ]]; then
41
echo "output_folder=dev" >> $GITHUB_ENV
42
else
43
echo "Unknown branch: $branch_name"
0 commit comments