Cherrypick triggers
This commit is contained in:
parent
43bef4dfd7
commit
1a46b87319
12
.github/workflows/discord.yml
vendored
12
.github/workflows/discord.yml
vendored
@ -1,5 +1,15 @@
|
|||||||
name: discord message
|
name: discord message
|
||||||
on: [push]
|
|
||||||
|
# Relevant to events - https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [synchronize, opened, reopened, ready_for_review]
|
||||||
|
issues:
|
||||||
|
types: [opened, transferred, pinned, unpinned]
|
||||||
|
fork:
|
||||||
|
release:
|
||||||
|
types: [published, deleted, edited]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user