From 42788267d8e53b153c114df9aaa5b623b03c3a1c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Aug 2024 22:52:30 +0800 Subject: [PATCH] Probably need this event to trigger --- .github/workflows/update-catalogs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-catalogs.yml b/.github/workflows/update-catalogs.yml index 583d07f1..f1f5976c 100644 --- a/.github/workflows/update-catalogs.yml +++ b/.github/workflows/update-catalogs.yml @@ -2,6 +2,8 @@ name: Update catalogs on: workflow_dispatch: + pull_request: + types: [closed] push: branches: - main