ci(games_list): add the generation script to triggers (#736)

This commit is contained in:
CosminPerRam 2025-09-05 12:08:44 +03:00 committed by GitHub
parent f715b7fe5c
commit b4da5fd93d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: