.. _doc_pages_demo_trigger: Triggering the build game ========================= To trigger a game build, we need to send our changes to github. That way we receive the webhook signal and trigger the build. The git changes for this demo look like: .. image:: ../img/trigger/git.png :alt: git commit commands Verify that Github has sent the webhook .. image:: ../img/trigger/webhook.png :alt: Sent Command Verify a new Job has been trigger .. image:: ../img/trigger/job.png :alt: git commit commands View logs .. image:: ../img/trigger/job.png :alt: git commit commands Enjoy you new game!! .. image:: ../img/trigger/game.png :alt: git commit commands