From 156e456a40795ef142a15c0a506d2352ca477ce1 Mon Sep 17 00:00:00 2001 From: Wisdom Nji Date: Sun, 1 Mar 2026 13:19:28 +0100 Subject: [PATCH] Change label event condition to issues event --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a415f150..02dfeba8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: fi # Handle label events - if [[ "${{ github.event_name }}" == "label" ]]; then + if [[ "${{ github.event_name }}" == "issues" ]]; then echo "Label event detected. Running issues command." smswithoutborders_deku_libsmsmms_issues fi