Gitlab Integration webhook trigger returns HTTP Response 202

Hello,

When I try to update rules/database connections via the gitlab repository I am getting into a problem.
The webhook on gitlab repository tells that a push was made and an event send to auth0 API.
The webhook trigger API response has 202 HTTP Accepted but in the body I see this message:
{“message”:“Request ignored, none ofthe Rules or Database Connection scripts were changed.”} even though that I do change the rules.
Auth0 rules is not updated and the deployments tab under the gitlab deployment extension doesn’t recognize my last git push command.

What I am missing here?

Thanks