Skip to content

Commit d318e65

Browse files
committed
update workflows
1 parent 07609cd commit d318e65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/discord.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Discord Webhook
22

33
on:
4+
workflow_dispatch:
5+
branches: [ main ] # Default release branch
46
push:
57
branches: [ main ] # Default release branch
68
paths:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Release
33
concurrency: ci-${{ github.ref }}
44

55
on:
6+
workflow_dispatch:
7+
branches: [ main ] # Default release branch
68
push:
79
branches: [ main ] # Default release branch
810
paths:

0 commit comments

Comments
 (0)