Make workflow run more specifically

pull/650/head
Lim Chee Aun 2024-08-20 13:43:23 +08:00
rodzic b5fe61a2fe
commit fd7c9248bd
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -4,10 +4,13 @@ on:
pull_request:
types:
- closed
branches:
- l10n_main
workflow_dispatch:
jobs:
update-catalogs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4