[Github Integration] How to avoid pushing changes from Postman to Github

Hi
I set up an integration with GitHub to synchronize the API schema.
The thing is that I don’t want to push changes from Postman to Github repo I just want to get the updates of the schema from Github in order to update the API in Postman. How can I achieve this?

Thanks!