mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-27 03:49:58 -07:00
More webhook stuff
This commit is contained in:
22
.github/workflows/discord.yml
vendored
22
.github/workflows/discord.yml
vendored
@@ -1,6 +1,26 @@
|
||||
name: Discord webhook
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types:
|
||||
- "opened"
|
||||
- "closed"
|
||||
- "reopened"
|
||||
release:
|
||||
types:
|
||||
- "published"
|
||||
check_suite:
|
||||
types:
|
||||
- "completed"
|
||||
issues:
|
||||
types:
|
||||
- "opened"
|
||||
- "closed"
|
||||
- "reopened"
|
||||
issue_comment:
|
||||
types:
|
||||
- "created"
|
||||
|
||||
jobs:
|
||||
webhook:
|
||||
|
||||
Reference in New Issue
Block a user