Action after push

Is there any way to make an action on background after push new commit on server? I need to automatically creating nupkg package when content of repository is changed.

You can use webhook to trigger Jenkins build job or use drone ci that integrates with Gitea nicely and automatically adds webhook when you enable repository building in drone ci. Works quite nice for me building nuget packages this way