From abe5e3ff56c57ac7813fb74942999d30f12c0bc0 Mon Sep 17 00:00:00 2001 From: Juzlus Date: Wed, 10 Jun 2026 14:02:06 +0200 Subject: [PATCH] Update update_thanks.yml --- .github/workflows/update_thanks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_thanks.yml b/.github/workflows/update_thanks.yml index 62fe26e..806a3dc 100644 --- a/.github/workflows/update_thanks.yml +++ b/.github/workflows/update_thanks.yml @@ -7,7 +7,7 @@ on: jobs: update: - if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' || github.event_name == 'push' runs-on: ubuntu-latest permissions: