Avoiding Create or Replace table SQL action using Full-refresh

Hello Folks,
I have question on dbt --full-refresh command. When dbt execute Full-Refresh it runs ‘CREATE OR REPLACE command’.
How to restrict the execution of the ‘CTAS’ SQL command. Instead dbt --full-refresh should execute only truncates and reload.

Please be noted there won’t be a change in structure
Thanks,
Madhavan