Update web-container.yml
This commit is contained in:
parent
53baab7ef5
commit
3391da14ce
1 changed files with 1 additions and 0 deletions
1
.github/workflows/web-container.yml
vendored
1
.github/workflows/web-container.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
workflow_envs='["dev"]'
|
||||
if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]];
|
||||
then
|
||||
echo "in if statement"
|
||||
workflow_type='release';
|
||||
workflow_envs='["prod"]'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue