From dc40fe2ac783d62c49d7eb45b3076f63ddd05385 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Tue, 18 Mar 2025 09:28:39 +0100 Subject: [PATCH] Update create-discord-thread.yml --- .github/workflows/create-discord-thread.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-discord-thread.yml b/.github/workflows/create-discord-thread.yml index 19dbcb0..827c2d7 100644 --- a/.github/workflows/create-discord-thread.yml +++ b/.github/workflows/create-discord-thread.yml @@ -1,12 +1,13 @@ name: Create discord thread when script is ready for testing on: + workflow_dispatch: issues: types: - labeled labels: - "Ready For Testing" - + jobs: post_to_discord: runs-on: ubuntu-latest