From b4da5fd93d9e0c80816389fbd5629d9f14f715d5 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 5 Sep 2025 12:08:44 +0300 Subject: [PATCH] ci(games_list): add the generation script to triggers (#736) --- .github/workflows/games_list.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/games_list.yml b/.github/workflows/games_list.yml index d0f7f4c..dc976c5 100644 --- a/.github/workflows/games_list.yml +++ b/.github/workflows/games_list.yml @@ -5,11 +5,13 @@ on: paths: - "lib/games.js" - "GAMES_LIST.md" + - "tools/generate_games_list.js" - ".github/workflows/games_list.yml" # This action pull_request: paths: - "lib/games.js" - "GAMES_LIST.md" + - "tools/generate_games_list.js" - ".github/workflows/games_list.yml" # This action workflow_dispatch: