Update web-container.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 21:56:49 -04:00 committed by GitHub
parent 53baab7ef5
commit 3391da14ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ jobs:
workflow_envs='["dev"]' workflow_envs='["dev"]'
if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]]; if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]];
then then
echo "in if statement"
workflow_type='release'; workflow_type='release';
workflow_envs='["prod"]' workflow_envs='["prod"]'
fi fi