We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07609cd commit d318e65Copy full SHA for d318e65
.github/workflows/discord.yml
@@ -1,6 +1,8 @@
1
name: Discord Webhook
2
3
on:
4
+ workflow_dispatch:
5
+ branches: [ main ] # Default release branch
6
push:
7
branches: [ main ] # Default release branch
8
paths:
.github/workflows/release.yml
@@ -3,6 +3,8 @@ name: Release
concurrency: ci-${{ github.ref }}
9
10
0 commit comments