Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

GitHub Webhooks #46

Closed null511 closed 6 years ago

null511 commented 6 years ago

Several extra builds are occurring because the type of push event is not being considered. The request payload must be inspected for the deleted (bool) property.

null511 commented 6 years ago

Added check for deleted property on push events. Testing...

null511 commented 6 years ago

Resolved as of 0.0.144.