Update web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 13:20:14 -04:00 committed by GitHub
parent 9986f2200e
commit 37e8e6d39a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
event=${{ github.event_name }} event=${{ github.event_name }}
workflow_type='dev'; workflow_type='dev';
workflow_envs='${{ inputs.develop-environments }}' workflow_envs='${{ inputs.develop-environments }}'
if [[ $event == 'workflow_dispatch' && ${{ github.ref_name }}' == 'main' ]]; if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]];
then then
workflow_type='release'; workflow_type='release';
workflow_envs='${{ inputs.release-environments }}' workflow_envs='${{ inputs.release-environments }}'