Update web-deploy.yml
This commit is contained in:
parent
9986f2200e
commit
37e8e6d39a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
event=${{ github.event_name }}
|
||||
workflow_type='dev';
|
||||
workflow_envs='${{ inputs.develop-environments }}'
|
||||
if [[ $event == 'workflow_dispatch' && ${{ github.ref_name }}' == 'main' ]];
|
||||
if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]];
|
||||
then
|
||||
workflow_type='release';
|
||||
workflow_envs='${{ inputs.release-environments }}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue