Skip to content

Commit e19e63c

Browse files
committed
Merge pull request github#683 from willsmythe/patch-1
Update building-a-ci-server.md
2 parents 1aaa1d1 + c9339d1 commit e19e63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/building-a-ci-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ What's going on? Every event that GitHub sends out attached a `X-GitHub-Event`
8888
HTTP header. We'll only care about the PR events for now. From there, we'll
8989
take the payload of information, and return the title field. In an ideal scenario,
9090
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.
91+
when it's opened. That would make sure that every new push passes the CI tests.
9292
But for this demo, we'll just worry about when it's opened.
9393

9494
To test out this proof-of-concept, make some changes in a branch in your test

0 commit comments

Comments
 (0)