Merge pull request #3126 from chris062689/master
Added Webhook notifications for Appveyor.
This commit is contained in:
commit
c810a3f3b0
|
@ -171,3 +171,7 @@ deploy:
|
||||||
prerelease: false
|
prerelease: false
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: Webhook
|
||||||
|
url: https://api.citra-emu.org/code/appveyor/notify
|
||||||
|
|
Reference in New Issue