Skip to content

Commit

Permalink
Trigger deploy of whatwg.org on changes
Browse files Browse the repository at this point in the history
Fixes #110.
  • Loading branch information
foolip committed Jun 17, 2020
1 parent 8a397d5 commit 2a15a65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This triggers the Build workflow in whatwg/whatwg.org for changes here.
name: Dispatch
on:
push:
branches:
- master
jobs:
dispatch:
name: Dispatch
runs-on: ubuntu-20.04
steps:
- uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: whatwg/whatwg.org
event-type: sg_repo_updated

0 comments on commit 2a15a65

Please sign in to comment.