Github notification doesn't trigger job

My github integration doesn’t trigger job on Travis-ci.org.

When I push to master (https://github.com/JakubTesarek/dbgr), my job on travis doesn’t start.

  • I have master set as default branch and it’s enabled in Travis.
  • I have .travis.yml in my repository
  • I can trigger the build manually in Travis UI and it works fine
  • I can see in Github it notified Travis and Travis responded with HTTP 204
  • I use the webhook settings created by Travis
  • I did check it uses .org and not .com

It is building now. https://travis-ci.org/JakubTesarek/dbgr

Thank you! I noticed. Do you know what was the problem or how to prevent it from happening?

According to Travis CI - Test and Deploy with Confidence (In Travis CI - Test and Deploy with Confidence , “more options”->“requests”),

Build type disabled via repository settings (push).