We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aaa1d1 + c9339d1 commit e19e63cCopy full SHA for e19e63c
content/guides/building-a-ci-server.md
@@ -88,7 +88,7 @@ What's going on? Every event that GitHub sends out attached a `X-GitHub-Event`
88
HTTP header. We'll only care about the PR events for now. From there, we'll
89
take the payload of information, and return the title field. In an ideal scenario,
90
our server would be concerned with every time a pull request is updated, not just
91
-when it's updated. That would make sure that every new push passes the CI tests.
+when it's opened. That would make sure that every new push passes the CI tests.
92
But for this demo, we'll just worry about when it's opened.
93
94
To test out this proof-of-concept, make some changes in a branch in your test
0 commit comments