소스 검색

feat(notify-discord): add workflow_dispatch trigger to enable manual execution of the Discord notification workflow

Mathias 1 개월 전
부모
커밋
08162c597e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/notify-discord.yml

+ 2 - 0
.github/workflows/notify-discord.yml

@@ -4,6 +4,8 @@ on:
   release:
     types: [published]
 
+workflow_dispatch:
+
 jobs:
   discordNotification:
     runs-on: ubuntu-latest