Make workflow run more specifically

This commit is contained in:
Lim Chee Aun 2024-08-20 13:43:23 +08:00
parent b5fe61a2fe
commit fd7c9248bd

View file

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