Is it possible to trigger a specific build/job on circle ci, if a pull request is created or updated on github?
I aim to run integration tests only when a PR is created or udpated. But am not sure how this would be possible in circlci. I know github sends a payload, but i cannot get access to the data in circleci, i would need in the payload to determine what type of action/event took place.