Skip to content

Commit

Permalink
Add a repository_dispatch hook for whatwg/sg updates
Browse files Browse the repository at this point in the history
This is half of the solution, in addition the sg repository will need to
trigger the event:
https://developer.github.com/v3/repos/#create-a-repository-dispatch-event

Part of whatwg/sg#110.
  • Loading branch information
foolip committed Jun 17, 2020
1 parent 99328c9 commit 9f0dbc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
branches:
- master
# Trigger for changes in the whatwg/sg repo.
repository_dispatch:
types:
- sg
jobs:
build:
name: Build
Expand Down

0 comments on commit 9f0dbc7

Please sign in to comment.